xml.parsers.expat.xmlparser.NotationDeclHandler()

xmlparser.NotationDeclHandler(notationName, base, systemId, publicId) Called for notation declarations. notationName

2016-10-07 17:48:13
xml.sax.handler.all_properties

xml.sax.handler.all_properties List of all known property names.

2016-10-07 17:48:16
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.sax.SAXException.getException()

SAXException.getException() Return an encapsulated exception object, or None.

2016-10-07 17:48:22
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.dom.Element.removeAttributeNS()

Element.removeAttributeNS(namespaceURI, localName) Remove an attribute by name. Note that it uses a localName, not a qname.

2016-10-07 17:47:45
xml.dom.DOMImplementation.createDocumentType()

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

2016-10-07 17:47:43
xml.dom.NotSupportedErr

exception xml.dom.NotSupportedErr Raised when the implementation does not support the requested type of object or operation

2016-10-07 17:47:53
xml.etree.ElementTree.QName

class xml.etree.ElementTree.QName(text_or_uri, tag=None) QName wrapper. This can be used to wrap a QName attribute value, in

2016-10-07 17:48:04
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