Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/dom/
Dexpatbuilder.py183 parser.NotationDeclHandler = self.notation_decl_handler
252 self._parser.NotationDeclHandler = None
/third_party/python/Lib/xml/sax/
Dexpatreader.py291 self._parser.NotationDeclHandler = self.notation_decl
/third_party/python/Lib/test/
Dtest_pyexpat.py120 def NotationDeclHandler(self, *args): member in ParseTest.Outputter
/third_party/python/Doc/library/
Dpyexpat.rst148 :func:`ExternalEntityRefHandler`, :func:`NotationDeclHandler`, and
398 .. method:: xmlparser.NotationDeclHandler(notationName, base, systemId, publicId)
/third_party/python/Modules/
Dpyexpat.c2059 HANDLER_INFO(NotationDeclHandler)