Home
last modified time | relevance | path

Searched refs:EndNamespaceDeclHandler (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py293 self._parser.EndNamespaceDeclHandler = self.end_namespace_decl
/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py296 self._parser.EndNamespaceDeclHandler = self.end_namespace_decl
/external/python/cpython3/Lib/xml/etree/
DElementTree.py1552 parser.EndNamespaceDeclHandler = self._end_ns
1612 parser.EndNamespaceDeclHandler = handler
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py101 def EndNamespaceDeclHandler(self, prefix): member in ParseTest.Outputter
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py108 def EndNamespaceDeclHandler(self, prefix): member in ParseTest.Outputter
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1255 parser.EndNamespaceDeclHandler = handler
/external/python/cpython3/Modules/
Dpyexpat.c1916 HANDLER_INFO(EndNamespaceDeclHandler)
/external/python/cpython3/Doc/library/
Dpyexpat.rst412 .. method:: xmlparser.EndNamespaceDeclHandler(prefix)
/external/python/cpython2/Doc/library/
Dpyexpat.rst443 .. method:: xmlparser.EndNamespaceDeclHandler(prefix)