iter(tag=None) Creates and returns a tree iterator for the root element. The iterator loops over all elements in this tree,
exception xml.dom.SyntaxErr Raised when an invalid or illegal string is specified.
xml.sax.saxutils.quoteattr(data, entities={}) Similar to escape(), but also prepares data to be used as
class xml.etree.ElementTree.TreeBuilder(element_factory=None) Generic element structure builder. This builder converts a sequence
Document.createProcessingInstruction(target, data) Create and return a processing instruction node containing the target
xml.etree.ElementTree.XML(text, parser=None) Parses an XML section from a string constant. This function can be used to embed
Source code: Lib/xml/
exception xml.dom.NotSupportedErr Raised when the implementation does not support the requested type of object or operation
Node.prefix The part of the tagName preceding the colon if there is one, else the empty string. The value is a
class xml.sax.xmlreader.XMLReader Base class which can be inherited by SAX parsers.
Page 1 of 34