Searched refs:startDTD (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/xml/sax/ |
D | handler.py | 364 def startDTD(self, name, public_id, system_id): member in LexicalHandler
|
D | expatreader.py | 398 self._lex_handler_prop.startDTD(name, pubid, sysid)
|
/third_party/python/Doc/library/ |
D | xml.sax.handler.rst | 445 .. method:: LexicalHandler.startDTD(name, public_id, system_id)
|
/third_party/python/Lib/test/ |
D | test_sax.py | 1421 def startDTD(self, doctype, publicID, systemID): member in LexicalHandlerTest.test_handlers.TestLexicalHandler
|
/third_party/python/Doc/whatsnew/ |
D | 2.4.rst | 1534 * :func:`LexicalHandler.startDTD` used to receive the public and system IDs in
|
/third_party/python/Misc/ |
D | HISTORY | 20792 - Bug #780300: Swap public and system ID in LexicalHandler.startDTD.
|