xmlparser.EndDoctypeDeclHandler() Called when Expat is done parsing the document type declaration. This requires Expat version
xmlparser.specified_attributes If set to a non-zero integer, the parser will report only those attributes which were specified
class xml.sax.xmlreader.IncrementalParser In some cases, it is desirable not to parse an input source at once, but to feed chunks
iter(tag=None) Creates and returns a tree iterator for the root element. The iterator loops over all elements in this tree,
class xml.etree.ElementTree.QName(text_or_uri, tag=None) QName wrapper. This can be used to wrap a QName attribute value, in
Node.parentNode The parent of the current node, or None for the document node. The value is always a Node
xmlparser.DefaultHandlerExpand(data) This is the same as the DefaultHandler(), but doesn’t inhibit expansion of
xml.sax.handler.property_dom_node value: "http://xml.org/sax/properties/dom-node"
findall(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns a list containing
DOMImplementation.hasFeature(feature, version) Return true if the feature identified by the pair of strings feature
Page 3 of 34