Searched refs:notationDecl (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/xml/sax/ |
D | handler.py | 214 def notationDecl(self, name, publicId, systemId): member in DTDHandler
|
D | saxutils.py | 293 def notationDecl(self, name, publicId, systemId): member in XMLFilterBase 294 self._dtd_handler.notationDecl(name, publicId, systemId)
|
D | expatreader.py | 404 self._dtd_handler.notationDecl(name, pubid, sysid)
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
D | xmlwf.c | 446 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() function 1246 XML_SetNotationDeclHandler(parser, notationDecl); in tmain()
|
/third_party/python/Doc/library/ |
D | xml.sax.handler.rst | 362 .. method:: DTDHandler.notationDecl(name, publicId, systemId)
|
/third_party/python/Lib/test/ |
D | test_sax.py | 952 def notationDecl(self, name, publicId, systemId): member in ExpatReaderTest.TestDTDHandler
|