class xml.etree.ElementTree.Element(tag, attrib={}, **extra) Element class. This class defines the Element interface, and provides
Attr.prefix The part of the name preceding the colon if there is one, else the empty string.
InputSource.getCharacterStream() Get the character stream for this input source.
doctype(name, pubid, system) Handles a doctype declaration. name is the doctype name. pubid is the public
class xml.dom.pulldom.PullDom(documentFactory=None) Subclass of
AttributesNS.getQNameByName(name) Return the qualified name for a (namespace, localname) pair.
findtext(match, default=None, namespaces=None) Same as Element.findtext(), starting at the root of the tree.
Document.getElementsByTagName(tagName) Search for all descendants (direct children, children’s children, etc.) with a particular
exception xml.dom.DomstringSizeErr Raised when a specified range of text does not fit into a string. This is not known to be
xml.etree.ElementTree.dump(elem) Writes an element tree or element structure to sys.stdout. This function should be used for
Page 14 of 34