Searched refs:LexicalHandler (Results 1 – 7 of 7) sorted by relevance
51 .. class:: LexicalHandler123 | data type: xml.sax.handler.LexicalHandler (not supported in Python 2)425 LexicalHandler Objects435 Set the LexicalHandler of an XMLReader by using the setProperty method440 .. method:: LexicalHandler.comment(content)445 .. method:: LexicalHandler.startDTD(name, public_id, system_id)450 .. method:: LexicalHandler.endDTD()454 .. method:: LexicalHandler.startCDATA()461 .. method:: LexicalHandler.endCDATA()
345 class LexicalHandler: class
17 LexicalHandler)1416 class TestLexicalHandler(LexicalHandler):1472 class TestLexicalHandler(LexicalHandler):
1834 Add the :class:`xml.sax.handler.LexicalHandler` class that is present in
1534 * :func:`LexicalHandler.startDTD` used to receive the public and system IDs in
1496 Add a :class:`~xml.sax.handler.LexicalHandler` class to the
20792 - Bug #780300: Swap public and system ID in LexicalHandler.startDTD.