Searched refs:UnparsedEntityDeclHandler (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/xml/sax/ |
D | expatreader.py | 290 self._parser.UnparsedEntityDeclHandler = self.unparsed_entity_decl
|
/external/python/cpython2/Lib/xml/sax/ |
D | expatreader.py | 293 self._parser.UnparsedEntityDeclHandler = self.unparsed_entity_decl
|
/external/python/cpython2/Lib/test/ |
D | test_pyexpat.py | 117 def UnparsedEntityDeclHandler(self, *args): member in ParseTest.Outputter
|
/external/python/cpython3/Lib/test/ |
D | test_pyexpat.py | 124 def UnparsedEntityDeclHandler(self, *args): member in ParseTest.Outputter
|
/external/python/cpython3/Doc/library/ |
D | pyexpat.rst | 149 :func:`UnparsedEntityDeclHandler` functions. 378 .. method:: xmlparser.UnparsedEntityDeclHandler(entityName, base, systemId, publicId, notationName)
|
/external/python/cpython2/Doc/library/ |
D | pyexpat.rst | 149 :func:`UnparsedEntityDeclHandler` functions. 407 .. method:: xmlparser.UnparsedEntityDeclHandler(entityName, base, systemId, publicId, notationName)
|
/external/python/cpython3/Modules/ |
D | pyexpat.c | 1913 HANDLER_INFO(UnparsedEntityDeclHandler)
|