xml.sax.handler.ContentHandler.startElement()

ContentHandler.startElement(name, attrs) Signals the start of an element in non-namespace mode. The

2016-10-07 17:48:18
xml.dom.Node.parentNode

Node.parentNode The parent of the current node, or None for the document node. The value is always a Node

2016-10-07 17:47:52
xml.dom.pulldom.DOMEventStream.getEvent()

getEvent() Return a tuple containing event and the current node as xml.dom.minidom.Document if

2016-10-07 17:47:55
xml.sax.SAXNotSupportedException

exception xml.sax.SAXNotSupportedException(msg, exception=None) Subclass of SAXException raised when a SAX

2016-10-07 17:48:23
xml.dom.pulldom.default_bufsize

xml.dom.pulldom.default_bufsize Default value for the bufsize parameter to parse(). The

2016-10-07 17:47:54
xml.sax.xmlreader.AttributesNS.getValueByQName()

AttributesNS.getValueByQName(name) Return the value for a qualified name.

2016-10-07 17:48:25
xml.dom.Node.appendChild()

Node.appendChild(newChild) Add a new child node to this node at the end of the list of children, returning newChild

2016-10-07 17:47:49
xml.dom.Node.hasChildNodes()

Node.hasChildNodes() Returns true if the node has any child nodes.

2016-10-07 17:47:50
xml.dom.Node.nextSibling

Node.nextSibling The node that immediately follows this one with the same parent. See also previousSibling. If

2016-10-07 17:47:51
xml.parsers.expat.errors.messages

xml.parsers.expat.errors.messages A dictionary mapping string descriptions to their error codes.

2016-10-07 17:48:08