Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py182 parser.EntityDeclHandler = self.entity_decl_handler
251 self._parser.EntityDeclHandler = None
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py182 parser.EntityDeclHandler = self.entity_decl_handler
251 self._parser.EntityDeclHandler = None
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py145 def EntityDeclHandler(self, *args): member in ParseTest.Outputter
/external/python/cpython3/Lib/
Dplistlib.py176 self.parser.EntityDeclHandler = self.handle_entity_decl
/external/python/cpython3/Doc/library/
Dpyexpat.rst382 :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/
Dpyexpat.rst411 :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/
Dpyexpat.c1926 HANDLER_INFO(EntityDeclHandler)