HTMLParser.handle_comment(data) This method is called when a comment is encountered (e.g. <!--comment-->)
xml.sax.handler.feature_external_ges value: "http://xml.org/sax/features/exte
HTMLParser.handle_decl(decl) This method is called to handle an HTML doctype declaration (e.g. <!DOCTYPE html>)
getroot() Returns the root element for this tree.
xml.sax.handler.feature_namespace_prefixes value: "http://xml.org/sax/feature
Element.tagName The element type name. In a namespace-using document it may have colons in it. The value is a string.
close() Flushes the builder buffers, and returns the toplevel document element. Returns an Element instance.
DocumentType.publicId The public identifier for the external subset of the document type definition. This will be a string or
xml.sax.handler.property_declaration_handler value: "http://xml.org/sax/prope
doctype(name, pubid, system) Handles a doctype declaration. name is the doctype name. pubid is the public
Page 10 of 34