findall(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns a list containing
EntityResolver.resolveEntity(publicId, systemId) Resolve the system identifier of an entity and return either the system identifier
iterfind(match, namespaces=None) Same as Element.iterfind(), starting at the root of the tree.
ErrorHandler.fatalError(exception) Called when the parser encounters an error it cannot recover from; parsing is expected to
SAXException.getException() Return an encapsulated exception object, or None.
XMLReader.getProperty(propertyname) Return the current setting for property propertyname. If the property is not recognized
xml.sax.handler.feature_namespaces value: "http://xml.org/sax/features/namespaces"
DocumentType.name The name of the root element as given in the DOCTYPE declaration, if present.
Element.setAttribute(name, value) Set an attribute value from a string.
iter(tag=None) Creates and returns a tree iterator for the root element. The iterator loops over all elements in this tree,
Page 7 of 34