xml.parsers.expat.xmlparser.SetBase()

xmlparser.SetBase(base) Sets the base to be used for resolving relative URIs in system identifiers in declarations. Resolving

2016-10-07 17:48:14
xml.etree.ElementTree.ProcessingInstruction()

xml.etree.ElementTree.ProcessingInstruction(target, text=None) PI element factory. This factory function creates a special element

2016-10-07 17:48:04
xml.sax.handler.ErrorHandler

class xml.sax.handler.ErrorHandler Interface used by the parser to present error and warning messages to the application. The

2016-10-07 17:48:19
xml.sax.SAXException.getMessage()

SAXException.getMessage() Return a human-readable message describing the error condition.

2016-10-07 17:48:22
xml.etree.ElementTree.ElementTree.getiterator()

getiterator(tag=None) Deprecated since version 3.2: Use method

2016-10-07 17:48:01
xml.dom.Node.cloneNode()

Node.cloneNode(deep) Clone this node. Setting deep means to clone all child nodes as well. This returns the clone.

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

xml.dom.registerDOMImplementation(name, factory) Register the factory function with the name name. The factory

2016-10-07 17:47:55
xml.dom.minidom.parse()

xml.dom.minidom.parse(filename_or_file, parser=None, bufsize=None) Return a Document from the given input.

2016-10-07 17:47:48
xml.parsers.expat.XMLParserType

xml.parsers.expat.XMLParserType The type of the return values from the ParserCreate() function.

2016-10-07 17:48:16
xml.etree.ElementTree.ParseError.code

code A numeric error code from the expat parser. See the documentation of

2016-10-07 17:48:03