ContentHandler.startElement(name, attrs) Signals the start of an element in non-namespace mode. The
Node.parentNode The parent of the current node, or None for the document node. The value is always a Node
html.entities.entitydefs A dictionary mapping XHTML 1.0 entity definitions to their replacement text in ISO Latin-1.
exception xml.sax.SAXNotSupportedException(msg, exception=None) Subclass of SAXException raised when a SAX
AttributesNS.getQNames() Return the qualified names of all attributes.
Node.appendChild(newChild) Add a new child node to this node at the end of the list of children, returning newChild
Node.namespaceURI The namespace associated with the element name. This will be a string or None. This is a read-only
exception xml.dom.DomstringSizeErr Raised when a specified range of text does not fit into a string. This is not known to be
Node.hasAttributes() Returns true if the node has any attributes.
Node.nextSibling The node that immediately follows this one with the same parent. See also previousSibling. If
Page 8 of 34