exception xml.dom.InvalidModificationErr Raised when an attempt is made to modify the type of a node.
class xml.dom.pulldom.SAX2DOM(documentFactory=None) Subclass of
class xml.etree.ElementTree.Element(tag, attrib={}, **extra) Element class. This class defines the Element interface, and provides
Node.writexml(writer, indent="", addindent="", newl="") Write XML to the writer object. The writer should have a write()
class xml.etree.ElementTree.XMLParser(html=0, target=None, encoding=None) This class is the low-level building block of the
xmlparser.EndNamespaceDeclHandler(prefix) Called when the closing tag is reached for an element that contained a namespace declaration
exception xml.dom.InvalidStateErr Raised when an attempt is made to use an object that is not defined or is no longer usable
xmlparser.ErrorByteIndex Byte index at which an error occurred.
findtext(match, default=None, namespaces=None) Same as Element.findtext(), starting at the root of the tree.
xml.etree.ElementTree.Comment(text=None) Comment element factory. This factory function creates a special element that will
Page 12 of 34