xml.sax.parseString(string, handler, error_handler=handler.ErrorHandler()) Similar to parse(), but parses from
Text.data The content of the text node as a string.
xmlparser.NotationDeclHandler(notationName, base, systemId, publicId) Called for notation declarations. notationName
iter(tag=None) Creates and returns a tree iterator for the root element. The iterator loops over all elements in this tree,
xml.etree.ElementTree.XML(text, parser=None) Parses an XML section from a string constant. This function can be used to embed
html.entities.name2codepoint A dictionary that maps HTML entity names to the Unicode code points.
DOMImplementation.hasFeature(feature, version) Return true if the feature identified by the pair of strings feature
Node.unlink() Break internal references within the DOM so that it will be garbage collected on versions of Python without cyclic
DTDHandler.notationDecl(name, publicId, systemId) Handle a notation declaration event.
class xml.etree.ElementTree.TreeBuilder(element_factory=None) Generic element structure builder. This builder converts a sequence
Page 1 of 34