Lines Matching defs:HTMLParser
22 import HTMLParser
25 class CodeReviewHTMLParser(HTMLParser.HTMLParser):
31 This uses the HTMLParser class because it's the best thing in
63 HTMLParser.HTMLParser.__init__(self)
73 """Overrides the HTMLParser method to implement functionality.
109 """Overrides the HTMLParser method to implement functionality.
123 """Overrides the HTMLParser method to implement functionality.
147 class BuilderHTMLParser(HTMLParser.HTMLParser):
153 This uses the HTMLParser class because it's the best thing in
182 HTMLParser.HTMLParser.__init__(self)
192 """Overrides the HTMLParser method to implement functionality.
238 """Overrides the HTMLParser method to implement functionality.
250 """Overrides the HTMLParser method to implement functionality.