xmlparser.ErrorLineNumber Line number at which an error occurred.
find(match, namespaces=None) Same as Element.find(), starting at the root of the tree.
DocumentType.publicId The public identifier for the external subset of the document type definition. This will be a string or
Node.writexml(writer, indent="", addindent="", newl="") Write XML to the writer object. The writer should have a write()
exception xml.dom.InvalidStateErr Raised when an attempt is made to use an object that is not defined or is no longer usable
AttributesNS.getQNames() Return the qualified names of all attributes.
Element.tagName The element type name. In a namespace-using document it may have colons in it. The value is a string.
xml.sax.handler.feature_namespace_prefixes value: "http://xml.org/sax/feature
findtext(match, default=None, namespaces=None) Same as Element.findtext(), starting at the root of the tree.
InputSource.getCharacterStream() Get the character stream for this input source.
Page 9 of 34