xml.etree.ElementTree.ElementTree.iter()
  • References/Python/Python/Structured Markup

iter(tag=None) Creates and returns a tree iterator for the root element. The iterator loops over all elements in this tree,

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

exception xml.dom.SyntaxErr Raised when an invalid or illegal string is specified.

2025-01-10 15:47:30
xml.sax.saxutils.quoteattr()
  • References/Python/Python/Structured Markup

xml.sax.saxutils.quoteattr(data, entities={}) Similar to escape(), but also prepares data to be used as

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

class xml.etree.ElementTree.TreeBuilder(element_factory=None) Generic element structure builder. This builder converts a sequence

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

Document.createProcessingInstruction(target, data) Create and return a processing instruction node containing the target

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

xml.etree.ElementTree.XML(text, parser=None) Parses an XML section from a string constant. This function can be used to embed

2025-01-10 15:47:30
XML Processing Modules
  • References/Python/Python/Structured Markup

Source code: Lib/xml/

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

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

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

Node.prefix The part of the tagName preceding the colon if there is one, else the empty string. The value is a

2025-01-10 15:47:30
xml.sax.xmlreader.XMLReader
  • References/Python/Python/Structured Markup

class xml.sax.xmlreader.XMLReader Base class which can be inherited by SAX parsers.

2025-01-10 15:47:30