Home
last modified time | relevance | path

Searched refs:startDTD (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/xml/sax/
Dhandler.py364 def startDTD(self, name, public_id, system_id): member in LexicalHandler
Dexpatreader.py398 self._lex_handler_prop.startDTD(name, pubid, sysid)
/third_party/python/Doc/library/
Dxml.sax.handler.rst445 .. method:: LexicalHandler.startDTD(name, public_id, system_id)
/third_party/python/Lib/test/
Dtest_sax.py1421 def startDTD(self, doctype, publicID, systemID): member in LexicalHandlerTest.test_handlers.TestLexicalHandler
/third_party/python/Doc/whatsnew/
D2.4.rst1534 * :func:`LexicalHandler.startDTD` used to receive the public and system IDs in
/third_party/python/Misc/
DHISTORY20792 - Bug #780300: Swap public and system ID in LexicalHandler.startDTD.