xmlparser.ordered_attributes Setting this attribute to a non-zero integer causes the attributes to be reported as a list rather
write(file, encoding="us-ascii", xml_declaration=None, default_namespace=None, method="xml", *, short_empty_elements=True) Writes
xmlparser.EndElementHandler(name) Called for the end of every element.
xml.etree.ElementTree.Comment(text=None) Comment element factory. This factory function creates a special element that will
Node.insertBefore(newChild, refChild) Insert a new child node before an existing child. It must be the case that refChild
data(data) Adds text to the current element. data is a string. This should be either a bytestring, or a Unicode string
IncrementalParser.feed(data) Process a chunk of data.
Element.removeAttributeNode(oldAttr) Remove and return oldAttr from the attribute list, if present. If oldAttr
ErrorHandler.warning(exception) Called when the parser presents minor warning information to the application. Parsing is expected
xml.etree.ElementTree.register_namespace(prefix, uri) Registers a namespace prefix. The registry is global, and any existing
Page 9 of 34