Searched defs:notationDecl (Results 1 – 10 of 10) 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/libxml2/ |
| D | legacy.c | 1034 notationDecl(void *ctx, const xmlChar * name, in notationDecl() function
|
| /third_party/gettext/gnulib-local/lib/libxml/ |
| D | legacy.c | 1063 notationDecl(void *ctx, const xmlChar * name, in notationDecl() function
|
| D | parser.in.h | 756 notationDeclSAXFunc notationDecl; member 797 notationDeclSAXFunc notationDecl; member
|
| /third_party/libxml2/include/libxml/ |
| D | parser.h | 729 notationDeclSAXFunc notationDecl; member 770 notationDeclSAXFunc notationDecl; member
|
| /third_party/libxml2/python/ |
| D | libxml.py | 230 def notationDecl(self, name, externalID, systemID): member in SAXCallback
|
| /third_party/expat/xmlwf/ |
| D | xmlwf.c | 446 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
|