Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_pyexpat.py153 def ElementDeclHandler(self, *args): member in ParseTest.Outputter
/external/python/cpython3/Doc/library/
Dpyexpat.rst330 .. method:: xmlparser.ElementDeclHandler(name, model)
374 :attr:`EndCdataSectionHandler`, and :attr:`ElementDeclHandler` callbacks to
/external/python/cpython2/Doc/library/
Dpyexpat.rst361 .. method:: xmlparser.ElementDeclHandler(name, model)
403 :attr:`EndCdataSectionHandler`, and :attr:`ElementDeclHandler` callbacks to
/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py194 parser.ElementDeclHandler = self.element_decl_handler
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py194 parser.ElementDeclHandler = self.element_decl_handler
/external/python/cpython3/Modules/
Dpyexpat.c1928 HANDLER_INFO(ElementDeclHandler)