Searched refs:EntityDeclHandler (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/xml/dom/ |
D | expatbuilder.py | 182 parser.EntityDeclHandler = self.entity_decl_handler 251 self._parser.EntityDeclHandler = None
|
/external/python/cpython2/Lib/xml/dom/ |
D | expatbuilder.py | 182 parser.EntityDeclHandler = self.entity_decl_handler 251 self._parser.EntityDeclHandler = None
|
/external/python/cpython3/Lib/test/ |
D | test_pyexpat.py | 145 def EntityDeclHandler(self, *args): member in ParseTest.Outputter
|
/external/python/cpython3/Lib/ |
D | plistlib.py | 176 self.parser.EntityDeclHandler = self.handle_entity_decl
|
/external/python/cpython3/Doc/library/ |
D | pyexpat.rst | 382 :attr:`EntityDeclHandler` instead. (The underlying function in the Expat 386 .. method:: xmlparser.EntityDeclHandler(entityName, is_parameter_entity, value, base, systemId, pub…
|
/external/python/cpython2/Doc/library/ |
D | pyexpat.rst | 411 :attr:`EntityDeclHandler` instead. (The underlying function in the Expat 415 .. method:: xmlparser.EntityDeclHandler(entityName, is_parameter_entity, value, base, systemId, pub…
|
/external/python/cpython3/Modules/ |
D | pyexpat.c | 1926 HANDLER_INFO(EntityDeclHandler)
|