Searched defs:notationDecl (Results 1 – 5 of 5) 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
|
| /third_party/skia/m133/third_party/externals/expat/expat/xmlwf/ |
| D | xmlwf.c | 448 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() function
|
| /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
|
| /third_party/python/Lib/test/ |
| D | test_sax.py | 952 def notationDecl(self, name, publicId, systemId): member in ExpatReaderTest.TestDTDHandler
|