Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py277 self._parser.EndNamespaceDeclHandler = self.end_namespace_decl
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py101 def EndNamespaceDeclHandler(self, prefix): member in ParseTest.Outputter
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1255 parser.EndNamespaceDeclHandler = handler
/external/python/cpython2/Doc/library/
Dpyexpat.rst443 .. method:: xmlparser.EndNamespaceDeclHandler(prefix)