class xml.etree.ElementTree.QName(text_or_uri, tag=None) QName wrapper. This can be used to wrap a QName attribute value, in
xmlparser.EndDoctypeDeclHandler() Called when Expat is done parsing the document type declaration. This requires Expat version
DOMImplementation.createDocumentType(qualifiedName, publicId, systemId) Return a new DocumentType object that encapsulates
html.entities.name2codepoint A dictionary that maps HTML entity names to the Unicode code points.
xml.etree.ElementTree.XMLID(text, parser=None) Parses an XML section from a string constant, and also returns a dictionary which
xml.etree.ElementTree.XML(text, parser=None) Parses an XML section from a string constant. This function can be used to embed
ErrorHandler.error(exception) Called when the parser encounters a recoverable error. If this method does not raise an exception
InputSource.setCharacterStream(charfile) Set the character stream (a text file) for this
ContentHandler.ignorableWhitespace(whitespace) Receive notification of ignorable whitespace in element content.
HTMLParser.feed(data) Feed some text to the parser. It is processed insofar as it consists of complete elements; incomplete
Page 3 of 34