xml.parsers.expat.xmlparser.EndNamespaceDeclHandler()

xmlparser.EndNamespaceDeclHandler(prefix) Called when the closing tag is reached for an element that contained a namespace declaration

2016-10-07 17:48:12
xml.sax.handler.feature_external_ges

xml.sax.handler.feature_external_ges value: "http://xml.org/sax/features/exte

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

class xml.etree.ElementTree.Element(tag, attrib={}, **extra) Element class. This class defines the Element interface, and provides

2016-10-07 17:47:57
xml.dom.Document.documentElement

Document.documentElement The one and only root element of the document.

2016-10-07 17:47:41
xml.sax.handler.ContentHandler.endElement()

ContentHandler.endElement(name) Signals the end of an element in non-namespace mode. The name

2016-10-07 17:48:17
xml.dom.Attr.name

Attr.name The attribute name. In a namespace-using document it may include a colon.

2016-10-07 17:47:39
xml.dom.pulldom.PullDom

class xml.dom.pulldom.PullDom(documentFactory=None) Subclass of

2016-10-07 17:47:55
xml.dom.pulldom.parseString()

xml.dom.pulldom.parseString(string, parser=None) Return a DOMEventStream that represents the (Unicode) string

2016-10-07 17:47:55
xml.dom.Attr.prefix

Attr.prefix The part of the name preceding the colon if there is one, else the empty string.

2016-10-07 17:47:40
xml.etree.ElementTree.register_namespace()

xml.etree.ElementTree.register_namespace(prefix, uri) Registers a namespace prefix. The registry is global, and any existing

2016-10-07 17:48:04