💾 Archived View for tris.fyi › pydoc › _markupbase captured on 2023-01-29 at 02:54:42. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
Shared support for scanning document type declarations in HTML and XHTML. This module is used as a foundation for the html.parser module. It has no documented public API and should not be used directly.
Parser base class which provides some common support methods used by the SGML/HTML and XHTML parsers.
getpos(self) Return current line number and offset.
parse_comment(self, i, report=1)
parse_declaration(self, i)
parse_marked_section(self, i, report=1)
reset(self)
unknown_decl(self, data)
updatepos(self, i, j)