Home
last modified time | relevance | path

Searched defs:notationDecl (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/xml/sax/
Dhandler.py214 def notationDecl(self, name, publicId, systemId): member in DTDHandler
Dsaxutils.py293 def notationDecl(self, name, publicId, systemId): member in XMLFilterBase
/third_party/libxml2/
Dlegacy.c1034 notationDecl(void *ctx, const xmlChar * name, in notationDecl() function
/third_party/gettext/gnulib-local/lib/libxml/
Dlegacy.c1063 notationDecl(void *ctx, const xmlChar * name, in notationDecl() function
Dparser.in.h756 notationDeclSAXFunc notationDecl; member
797 notationDeclSAXFunc notationDecl; member
/third_party/libxml2/include/libxml/
Dparser.h729 notationDeclSAXFunc notationDecl; member
770 notationDeclSAXFunc notationDecl; member
/third_party/libxml2/python/
Dlibxml.py230 def notationDecl(self, name, externalID, systemID): member in SAXCallback
/third_party/expat/xmlwf/
Dxmlwf.c446 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() function
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf.c446 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() function
/third_party/python/Lib/test/
Dtest_sax.py952 def notationDecl(self, name, publicId, systemId): member in ExpatReaderTest.TestDTDHandler