Searched refs:NotationDeclHandler (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/xml/dom/ |
D | expatbuilder.py | 183 parser.NotationDeclHandler = self.notation_decl_handler 252 self._parser.NotationDeclHandler = None
|
/external/python/cpython3/Lib/xml/sax/ |
D | expatreader.py | 291 self._parser.NotationDeclHandler = self.notation_decl
|
/external/python/cpython2/Lib/xml/sax/ |
D | expatreader.py | 294 self._parser.NotationDeclHandler = self.notation_decl
|
/external/python/cpython2/Lib/xml/dom/ |
D | expatbuilder.py | 183 parser.NotationDeclHandler = self.notation_decl_handler 252 self._parser.NotationDeclHandler = None
|
/external/python/cpython3/Lib/test/ |
D | test_pyexpat.py | 120 def NotationDeclHandler(self, *args): member in ParseTest.Outputter
|
/external/python/cpython2/Lib/test/ |
D | test_pyexpat.py | 113 def NotationDeclHandler(self, *args): member in ParseTest.Outputter
|
/external/python/cpython2/Doc/library/ |
D | pyexpat.rst | 148 :func:`ExternalEntityRefHandler`, :func:`NotationDeclHandler`, and 429 .. method:: xmlparser.NotationDeclHandler(notationName, base, systemId, publicId)
|
/external/python/cpython3/Doc/library/ |
D | pyexpat.rst | 148 :func:`ExternalEntityRefHandler`, :func:`NotationDeclHandler`, and 398 .. method:: xmlparser.NotationDeclHandler(notationName, base, systemId, publicId)
|
/external/python/cpython3/Modules/ |
D | pyexpat.c | 2059 HANDLER_INFO(NotationDeclHandler)
|