xml.parsers.expat.xmlparser.ErrorLineNumber

xmlparser.ErrorLineNumber Line number at which an error occurred.

2016-10-07 17:48:12
xml.etree.ElementTree.ElementTree.find()

find(match, namespaces=None) Same as Element.find(), starting at the root of the tree.

2016-10-07 17:48:01
xml.dom.DocumentType.publicId

DocumentType.publicId The public identifier for the external subset of the document type definition. This will be a string or

2016-10-07 17:47:42
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.InvalidStateErr

exception xml.dom.InvalidStateErr Raised when an attempt is made to use an object that is not defined or is no longer usable

2016-10-07 17:47:48
xml.sax.xmlreader.AttributesNS.getQNames()

AttributesNS.getQNames() Return the qualified names of all attributes.

2016-10-07 17:48:25
xml.dom.Element.tagName

Element.tagName The element type name. In a namespace-using document it may have colons in it. The value is a string.

2016-10-07 17:47:46
xml.sax.handler.feature_namespace_prefixes

xml.sax.handler.feature_namespace_prefixes value: "http://xml.org/sax/feature

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

findtext(match, default=None, namespaces=None) Same as Element.findtext(), starting at the root of the tree.

2016-10-07 17:48:01
xml.sax.xmlreader.InputSource.getCharacterStream()

InputSource.getCharacterStream() Get the character stream for this input source.

2016-10-07 17:48:26