Home
last modified time | relevance | path

Searched refs:notationDecl (Results 1 – 7 of 7) 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
294 self._dtd_handler.notationDecl(name, publicId, systemId)
Dexpatreader.py404 self._dtd_handler.notationDecl(name, pubid, sysid)
/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
1246 XML_SetNotationDeclHandler(parser, notationDecl); in tmain()
/third_party/python/Doc/library/
Dxml.sax.handler.rst362 .. method:: DTDHandler.notationDecl(name, publicId, systemId)
/third_party/python/Lib/test/
Dtest_sax.py952 def notationDecl(self, name, publicId, systemId): member in ExpatReaderTest.TestDTDHandler
/third_party/chromium/patch/
D0001-cve.patch96839 - hdlr->notationDecl = NULL;
121642 notationDecl (void *ctx,
126230 - NULL, /* notationDecl */
126468 - fprintf(stdout, "SAX.notationDecl(%s, %s, %s)\n",
128019 - NULL, /* notationDecl */
128327 - fprintf(stdout, "SAX.notationDecl(%s, %s, %s)\n",