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.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.dom.minidom.Node.writexml()

Node.writexml(writer, indent="", addindent="", newl="") Write XML to the writer object. The writer should have a write()

2016-10-07 17:47:48
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.parsers.expat.xmlparser.EndCdataSectionHandler()

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

2016-10-07 17:48:11
xml.sax.SAXParseException

exception xml.sax.SAXParseException(msg, exception, locator) Subclass of SAXException raised on parse errors. Instances

2016-10-07 17:48:23
xml.etree.ElementTree.ElementTree.parse()

parse(source, parser=None) Loads an external XML section into this element tree. source is a file name or

2016-10-07 17:48:02
xml.sax.handler.property_declaration_handler

xml.sax.handler.property_declaration_handler value: "http://xml.org/sax/prope

2016-10-07 17:48:21
xml.dom.Node.hasChildNodes()

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

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

get(key, default=None) Gets the element attribute named key. Returns the attribute

2016-10-07 17:47:58