Home
last modified time | relevance | path

Searched defs:notationDecl (Results 1 – 5 of 5) 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/skia/m133/third_party/externals/expat/expat/xmlwf/
Dxmlwf.c448 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