Searched refs:htmllib (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_htmllib.py | 5 htmllib = test_support.import_module('htmllib', deprecated=True) variable 8 class AnchorCollector(htmllib.HTMLParser): 11 htmllib.HTMLParser.__init__(self, *args, **kw) 19 class DeclCollector(htmllib.HTMLParser): 22 htmllib.HTMLParser.__init__(self, *args, **kw)
|
/external/selinux/gui/ |
D | html_util.py | 29 import htmllib 91 class HTMLParserAnchor(htmllib.HTMLParser): 94 htmllib.HTMLParser.__init__(self, formatter, verbose)
|
/external/python/cpython2/Doc/library/ |
D | htmllib.rst | 1 :mod:`htmllib` --- A parser for HTML documents 4 .. module:: htmllib 9 The :mod:`htmllib` module has been removed in Python 3. 175 and ``entitydefs``. ``entitydefs`` is used by the :mod:`htmllib` module to
|
D | markup.rst | 27 htmllib.rst
|
D | htmlparser.rst | 27 Unlike the parser in :mod:`htmllib`, this parser is not based on the SGML parser 40 Unlike the parser in :mod:`htmllib`, this parser does not check that end tags
|
D | formatter.rst | 9 .. index:: single: HTMLParser (class in htmllib) 13 class of the :mod:`htmllib` module, and the *writer* interface is required by
|
D | sgmllib.rst | 17 :mod:`htmllib` module. Another HTML parser which supports XHTML and offers a
|
D | urllib.rst | 468 module: htmllib 474 header. If the returned data is HTML, you can use the module :mod:`htmllib` to
|
/external/python/cpython2/Misc/ |
D | maintainers.rst | 128 htmllib
|
D | cheatsheet | 1901 htmllib HTML parsing utilities.
|
D | HISTORY | 10770 - In sgmllib (and hence htmllib), recognize attributes even if they 14339 with the htmllib module). Fixed the documentation of htmllib 14816 - The formatter module (for use with htmllib) has been overhauled (again). 14952 The "htmllib" module has been rewritten in an incompatible fashion. 14959 "htmllib" module.
|
D | NEWS | 9790 - The sgmllib and htmllib modules have been deprecated for removal
|