Lines Matching +full:supports +full:- +full:hyperlinks
1 :mod:`htmllib` --- A parser for HTML documents
24 formatted in the HyperText Mark-up Language (HTML). The class is not directly
25 concerned with I/O --- it must be provided with input in string form via a
31 :class:`~HTMLParser.HTMLParser` implementation supports the HTML 2.0 language as described
66 This is the basic HTML parser class. It supports all entity names required by
86 Alternate HTML parser that offers a slightly lower-level view of the input, but
97 .. _html-parser-objects:
100 ------------------
124 default implementation maintains a list of hyperlinks (defined by the ``HREF``
125 attribute for ``<A>`` tags) within the document. The list of hyperlinks is
133 hyperlinks created by :meth:`anchor_bgn`.
157 :mod:`htmlentitydefs` --- Definitions of HTML general entities
172 --------------
178 can be handled using simple textual substitution in the Latin-1 character set
179 (ISO-8859-1).
185 ISO Latin-1.