Home
last modified time | relevance | path

Searched refs:LexicalHandler (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Doc/library/
Dxml.sax.handler.rst51 .. class:: LexicalHandler
123 | data type: xml.sax.handler.LexicalHandler (not supported in Python 2)
425 LexicalHandler Objects
435 Set the LexicalHandler of an XMLReader by using the setProperty method
440 .. 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()
/third_party/python/Lib/xml/sax/
Dhandler.py345 class LexicalHandler: class
/third_party/python/Lib/test/
Dtest_sax.py17 LexicalHandler)
1416 class TestLexicalHandler(LexicalHandler):
1472 class TestLexicalHandler(LexicalHandler):
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst1834 Add the :class:`xml.sax.handler.LexicalHandler` class that is present in
/third_party/python/Doc/whatsnew/
D2.4.rst1534 * :func:`LexicalHandler.startDTD` used to receive the public and system IDs in
D3.10.rst1496 Add a :class:`~xml.sax.handler.LexicalHandler` class to the
/third_party/python/Misc/
DHISTORY20792 - Bug #780300: Swap public and system ID in LexicalHandler.startDTD.