doctype(name, pubid, system) Deprecated since version 3.2: Define
exception xml.dom.NotSupportedErr Raised when the implementation does not support the requested type of object or operation
class xml.sax.xmlreader.InputSource(system_id=None) Encapsulation of the information needed by the XMLReader to
_setroot(element) Replaces the root element for this tree. This discards the current contents of the tree, and replaces it with
getEvent() Return a tuple containing event and the current node as xml.dom.minidom.Document if
exception xml.dom.InvalidAccessErr Raised if a parameter or an operation is not supported on the underlying object.
ContentHandler.startElement(name, attrs) Signals the start of an element in non-namespace mode. The
NodeList.item(i) Return the i‘th item from the sequence, if there is one, or None. The index i
itertext() Creates a text iterator. The iterator loops over this element and all subelements, in document order, and returns
Element.getAttributeNS(namespaceURI, localName) Return the value of the attribute named by namespaceURI and localName
Page 5 of 34