Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py275 self._parser.NotationDeclHandler = self.notation_decl
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py183 parser.NotationDeclHandler = self.notation_decl_handler
252 self._parser.NotationDeclHandler = None
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py113 def NotationDeclHandler(self, *args): member in ParseTest.Outputter
/external/python/cpython2/Doc/library/
Dpyexpat.rst148 :func:`ExternalEntityRefHandler`, :func:`NotationDeclHandler`, and
429 .. method:: xmlparser.NotationDeclHandler(notationName, base, systemId, publicId)