Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_pyexpat.py157 def AttlistDeclHandler(self, *args): member in ParseTest.Outputter
/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py195 parser.AttlistDeclHandler = self.attlist_decl_handler
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py195 parser.AttlistDeclHandler = self.attlist_decl_handler
/external/python/cpython3/Modules/
Dpyexpat.c1929 HANDLER_INFO(AttlistDeclHandler)
/external/python/cpython3/Doc/library/
Dpyexpat.rst336 .. method:: xmlparser.AttlistDeclHandler(elname, attname, type, default, required)
/external/python/cpython2/Doc/library/
Dpyexpat.rst367 .. method:: xmlparser.AttlistDeclHandler(elname, attname, type, default, required)