Lines Matching full:htmlparser
90 from HTMLParser import HTMLParser, HTMLParseError
1005 class HTMLParserBuilder(HTMLParser):
1008 HTMLParser.__init__(self)
1112 j = HTMLParser.parse_declaration(self, i)
1172 HTMLParser will process most bad HTML, and the BeautifulSoup
1174 HTMLParser, but Beautiful Soup can nonetheless choke or lose data
1184 instances of invalid HTML that choke HTMLParser: