xmlparser.EndDoctypeDeclHandler() Called when Expat is done parsing the document type declaration. This requires Expat version
DOMImplementation.hasFeature(feature, version) Return true if the feature identified by the pair of strings feature
ErrorHandler.fatalError(exception) Called when the parser encounters an error it cannot recover from; parsing is expected to
xml.sax.saxutils.prepare_input_source(source, base='') This function takes an input source and an optional base URL and returns
SAXException.getException() Return an encapsulated exception object, or None.
getEvent() Return a tuple containing event and the current node as xml.dom.minidom.Document if
class xml.sax.xmlreader.IncrementalParser In some cases, it is desirable not to parse an input source at once, but to feed chunks
xml.sax.handler.property_dom_node value: "http://xml.org/sax/properties/dom-node"
Node.unlink() Break internal references within the DOM so that it will be garbage collected on versions of Python without cyclic
findall(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns a list containing
Page 6 of 34