ContentHandler.endElement(name) Signals the end of an element in non-namespace mode. The name
xmlparser.ErrorColumnNumber Column number at which an error occurred.
doctype(name, pubid, system) Handles a doctype declaration. name is the doctype name. pubid is the public
HTMLParser.handle_comment(data) This method is called when a comment is encountered (e.g. <!--comment-->)
class xml.etree.ElementTree.XMLParser(html=0, target=None, encoding=None) This class is the low-level building block of the
find(match, namespaces=None) Same as Element.find(), starting at the root of the tree.
DocumentType.publicId The public identifier for the external subset of the document type definition. This will be a string or
Document.documentElement The one and only root element of the document.
html.escape(s, quote=True) Convert the characters &, < and > in string s
InputSource.setByteStream(bytefile) Set the byte stream (a binary file) for this input
Page 11 of 34