Document.documentElement The one and only root element of the document.
InputSource.getCharacterStream() Get the character stream for this input source.
Node.appendChild(newChild) Add a new child node to this node at the end of the list of children, returning newChild
Node.hasAttributes() Returns true if the node has any attributes.
class xml.sax.xmlreader.AttributesNSImpl(attrs, qnames) Namespace-aware variant of AttributesImpl, which will be
IncrementalParser.feed(data) Process a chunk of data.
Node.namespaceURI The namespace associated with the element name. This will be a string or None. This is a read-only
exception xml.dom.WrongDocumentErr Raised when a node is inserted in a different document than it currently belongs to, and
AttributesNS.getQNames() Return the qualified names of all attributes.
xmlparser.ordered_attributes Setting this attribute to a non-zero integer causes the attributes to be reported as a list rather
Page 11 of 34