Lines Matching refs:HTMLParser
10 Use :mod:`HTMLParser` instead in Python 2, and the equivalent,
27 output. The :class:`~HTMLParser.HTMLParser` class is designed to be used as a base class
31 :class:`~HTMLParser.HTMLParser` implementation supports the HTML 2.0 language as described
64 .. class:: HTMLParser(formatter)
73 Exception raised by the :class:`~HTMLParser.HTMLParser` class when it encounters an error
85 Module :mod:`HTMLParser`
94 Base class for :class:`~HTMLParser.HTMLParser`.
99 HTMLParser Objects
102 In addition to tag methods, the :class:`~HTMLParser.HTMLParser` class provides some
106 .. attribute:: HTMLParser.formatter
111 .. attribute:: HTMLParser.nofill
120 .. method:: HTMLParser.anchor_bgn(href, name, type)
129 .. method:: HTMLParser.anchor_end()
136 .. method:: HTMLParser.handle_image(source, alt[, ismap[, align[, width[, height]]]])
142 .. method:: HTMLParser.save_bgn()
149 .. method:: HTMLParser.save_end()
176 provide the :attr:`entitydefs` attribute of the :class:`~HTMLParser.HTMLParser` class. The