Home
last modified time | relevance | path

Searched refs:SGMLParser (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sgmllib.py8 class EventCollector(sgmllib.SGMLParser):
13 sgmllib.SGMLParser.__init__(self)
92 sgmllib.SGMLParser.handle_charref(self, data)
96 sgmllib.SGMLParser.handle_entityref(self, data)
361 fp = sgmllib.SGMLParser()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsgmllib.py60 class SGMLParser(markupbase.ParserBase): class
461 class TestSGMLParser(SGMLParser):
465 SGMLParser.__init__(self, verbose)
512 SGMLParser.close(self)
524 klass = SGMLParser
Dhtmllib.py23 class HTMLParser(sgmllib.SGMLParser):
41 sgmllib.SGMLParser.__init__(self, verbose)
48 sgmllib.SGMLParser.reset(self)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwebchecker.py777 class MyHTMLParser(sgmllib.SGMLParser):
786 sgmllib.SGMLParser.__init__(self)