xml.sax.handler.ErrorHandler.error()

ErrorHandler.error(exception) Called when the parser encounters a recoverable error. If this method does not raise an exception

2016-10-07 17:48:19
xml.dom.DocumentType.name

DocumentType.name The name of the root element as given in the DOCTYPE declaration, if present.

2016-10-07 17:47:42
xml.parsers.expat.xmlparser.specified_attributes

xmlparser.specified_attributes If set to a non-zero integer, the parser will report only those attributes which were specified

2016-10-07 17:48:15
xml.etree.ElementTree.Element.iterfind()

iterfind(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns an iterable yielding

2016-10-07 17:47:59
xml.etree.ElementTree.XMLID()

xml.etree.ElementTree.XMLID(text, parser=None) Parses an XML section from a string constant, and also returns a dictionary which

2016-10-07 17:48:06
xml.etree.ElementTree.XMLParser.feed()

feed(data) Feeds data to the parser. data is encoded data.

2016-10-07 17:48:07
xml.sax.handler.ErrorHandler.fatalError()

ErrorHandler.fatalError(exception) Called when the parser encounters an error it cannot recover from; parsing is expected to

2016-10-07 17:48:20
xml.etree.ElementTree.ElementTree.

_setroot(element) Replaces the root element for this tree. This discards the current contents of the tree, and replaces it with

2016-10-07 17:48:02
xml.dom.DOMImplementation.createDocumentType()

DOMImplementation.createDocumentType(qualifiedName, publicId, systemId) Return a new DocumentType object that encapsulates

2016-10-07 17:47:43
xml.parsers.expat.xmlparser.ErrorCode

xmlparser.ErrorCode Numeric code specifying the problem. This value can be passed to the ErrorString() function

2016-10-07 17:48:12