xml.parsers.expat.xmlparser.EndCdataSectionHandler()

xmlparser.EndCdataSectionHandler() Called at the end of a CDATA section.

2016-10-07 17:48:11
xml.dom.getDOMImplementation()

xml.dom.getDOMImplementation(name=None, features=()) Return a suitable DOM implementation. The name is either well-known

2016-10-07 17:47:46
xml.dom.WrongDocumentErr

exception xml.dom.WrongDocumentErr Raised when a node is inserted in a different document than it currently belongs to, and

2016-10-07 17:47:56
xml.parsers.expat.xmlparser.AttlistDeclHandler()

xmlparser.AttlistDeclHandler(elname, attname, type, default, required) Called for each declared attribute for an element type

2016-10-07 17:48:09
xml.parsers.expat.xmlparser.ErrorByteIndex

xmlparser.ErrorByteIndex Byte index at which an error occurred.

2016-10-07 17:48:12
xml.dom.Node.insertBefore()

Node.insertBefore(newChild, refChild) Insert a new child node before an existing child. It must be the case that refChild

2016-10-07 17:47:50
xml.dom.Document.getElementsByTagName()

Document.getElementsByTagName(tagName) Search for all descendants (direct children, children’s children, etc.) with a particular

2016-10-07 17:47:41
xml.dom.DOMException

exception xml.dom.DOMException Base exception class used for all specific DOM exceptions. This exception class cannot be directly

2016-10-07 17:47:43
xml.dom.Node.hasAttributes()

Node.hasAttributes() Returns true if the node has any attributes.

2016-10-07 17:47:50
xml.etree.ElementTree.ElementTree.write()

write(file, encoding="us-ascii", xml_declaration=None, default_namespace=None, method="xml", *, short_empty_elements=True) Writes

2016-10-07 17:48:02