Home
last modified time | relevance | path

Searched refs:HTMLParser (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/experimental/tools/
H A Dget_examples.py16 from HTMLParser import HTMLParser namespace
17 def unescape(v): return HTMLParser().unescape(v)
20 from html.parser import HTMLParser namespace
28 class FiddleSk(HTMLParser):
30 HTMLParser.__init__(self)
/third_party/skia/tools/
H A Dcompare_codereview.py22 import HTMLParser namespace
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
[all...]
/third_party/python/Lib/idlelib/
H A Dhelp.py27 from html.parser import HTMLParser namespace
42 class HelpParser(HTMLParser):
52 HTMLParser.__init__(self, convert_charrefs=True)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dlinkcheck.py18 parser = et.HTMLParser()
H A Dcheck_html_xrefs.py52 parser = etree.HTMLParser()
H A Dmap_html_anchors.py174 parser = etree.HTMLParser()
/third_party/python/Lib/test/
H A Dtest_htmlparser.py1 """Tests for HTMLParser.py."""
8 class EventCollector(html.parser.HTMLParser):
13 html.parser.HTMLParser.__init__(self, *args, **kw)
168 # elements are allowed. HTMLParser is more geared toward
298 # make sure that HTMLParser calls handle_data only once for each CDATA.
530 # Maybe HTMLParser should use self.unescape for these
759 # HTMLParser preserves duplicate attributes, leaving the task of
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py29 from html.parser import HTMLParser namespace
315 class OpenTypeRegistryParser (HTMLParser):
335 HTMLParser.__init__ (self)
/third_party/python/Lib/html/
H A Dparser.py17 __all__ = ['HTMLParser']
62 class HTMLParser(_markupbase.ParserBase): class
66 p = HTMLParser()

Completed in 5 milliseconds