Home
last modified time | relevance | path

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

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