exception xml.sax.SAXNotSupportedException(msg, exception=None) Subclass of SAXException raised when a SAX
HTMLParser.handle_startendtag(tag, attrs) Similar to handle_starttag(), but called when the parser encounters an
xmlparser.StartElementHandler(name, attributes) Called for the start of every element. name is a string containing
xmlparser.NotationDeclHandler(notationName, base, systemId, publicId) Called for notation declarations. notationName
class xml.sax.xmlreader.InputSource(system_id=None) Encapsulation of the information needed by the XMLReader to
class xml.sax.xmlreader.IncrementalParser In some cases, it is desirable not to parse an input source at once, but to feed chunks
xmlparser.StartNamespaceDeclHandler(prefix, uri) Called when an element contains a namespace declaration. Namespace declarations
class xml.etree.ElementTree.ElementTree(element=None, file=None) ElementTree wrapper class. This class represents an entire
Source code: Lib/xml/
html.unescape(s) Convert all named and numeric character references (e.g. >, >,
Page 1 of 34