xmlparser.EndNamespaceDeclHandler(prefix) Called when the closing tag is reached for an element that contained a namespace declaration
xml.sax.handler.feature_external_ges value: "http://xml.org/sax/features/exte
class xml.etree.ElementTree.Element(tag, attrib={}, **extra) Element class. This class defines the Element interface, and provides
Document.documentElement The one and only root element of the document.
ContentHandler.endElement(name) Signals the end of an element in non-namespace mode. The name
Attr.name The attribute name. In a namespace-using document it may include a colon.
class xml.dom.pulldom.PullDom(documentFactory=None) Subclass of
xml.dom.pulldom.parseString(string, parser=None) Return a DOMEventStream that represents the (Unicode) string
Attr.prefix The part of the name preceding the colon if there is one, else the empty string.
xml.etree.ElementTree.register_namespace(prefix, uri) Registers a namespace prefix. The registry is global, and any existing
Page 11 of 34