An HTML parser that meets our needs better than Python's
htmllib.HTMLParser, and that works with Python 2.1.
Used by CompareHTML().
Methods
Methods inherited from class sgmllib.SGMLParser
error, feed, finish_endtag, finish_shorttag, finish_starttag, get_starttag_text, goahead, handle_charref, handle_decl, handle_endtag, handle_entityref, handle_pi, handle_starttag, parse_endtag, parse_pi, parse_starttag, report_unbalanced, reset, setliteral, setnomoretags
Methods inherited from class markupbase.ParserBase
getpos, parse_comment, parse_declaration, parse_marked_section, unknown_decl, updatepos
Fields
Fields