xml.etree.ElementTree.Element
  • References/Python/Python/Structured Markup

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

2025-01-10 15:47:30
xml.dom.Attr.prefix
  • References/Python/Python/Structured Markup

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

2025-01-10 15:47:30
xml.sax.xmlreader.InputSource.getCharacterStream()
  • References/Python/Python/Structured Markup

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

2025-01-10 15:47:30
xml.etree.ElementTree.TreeBuilder.doctype()
  • References/Python/Python/Structured Markup

doctype(name, pubid, system) Handles a doctype declaration. name is the doctype name. pubid is the public

2025-01-10 15:47:30
xml.dom.pulldom.PullDom
  • References/Python/Python/Structured Markup

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

2025-01-10 15:47:30
xml.sax.xmlreader.AttributesNS.getQNameByName()
  • References/Python/Python/Structured Markup

AttributesNS.getQNameByName(name) Return the qualified name for a (namespace, localname) pair.

2025-01-10 15:47:30
xml.etree.ElementTree.ElementTree.findtext()
  • References/Python/Python/Structured Markup

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

2025-01-10 15:47:30
xml.dom.Document.getElementsByTagName()
  • References/Python/Python/Structured Markup

Document.getElementsByTagName(tagName) Search for all descendants (direct children, children’s children, etc.) with a particular

2025-01-10 15:47:30
xml.dom.DomstringSizeErr
  • References/Python/Python/Structured Markup

exception xml.dom.DomstringSizeErr Raised when a specified range of text does not fit into a string. This is not known to be

2025-01-10 15:47:30
xml.etree.ElementTree.dump()
  • References/Python/Python/Structured Markup

xml.etree.ElementTree.dump(elem) Writes an element tree or element structure to sys.stdout. This function should be used for

2025-01-10 15:47:30