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
getEvent() Return a tuple containing event and the current node as xml.dom.minidom.Document if
exception xml.sax.SAXNotSupportedException(msg, exception=None) Subclass of SAXException raised when a SAX
xml.dom.pulldom.default_bufsize Default value for the bufsize parameter to parse(). The
AttributesNS.getValueByQName(name) Return the value for a qualified name.
Node.appendChild(newChild) Add a new child node to this node at the end of the list of children, returning newChild
Node.hasChildNodes() Returns true if the node has any child nodes.
Node.nextSibling The node that immediately follows this one with the same parent. See also previousSibling. If
xml.parsers.expat.errors.messages A dictionary mapping string descriptions to their error codes.
Page 8 of 34