Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py183 parser.NotationDeclHandler = self.notation_decl_handler
249 self._parser.NotationDeclHandler = None
/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py299 self._parser.NotationDeclHandler = self.notation_decl
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py121 def NotationDeclHandler(self, *args): member in ParseTest.Outputter
/external/python/cpython3/Doc/library/
Dpyexpat.rst148 :func:`ExternalEntityRefHandler`, :func:`NotationDeclHandler`, and
438 .. method:: xmlparser.NotationDeclHandler(notationName, base, systemId, publicId)
/external/python/cpython3/Modules/
Dpyexpat.c2167 HANDLER_INFO(NotationDeclHandler)