Searched refs:unparsedEntityDecl (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/xml/sax/ |
D | handler.py | 217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in DTDHandler
|
D | saxutils.py | 296 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in XMLFilterBase 297 self._dtd_handler.unparsedEntityDecl(name, publicId, systemId, ndata)
|
D | expatreader.py | 401 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name)
|
/third_party/python/Doc/library/ |
D | xml.sax.handler.rst | 367 .. method:: DTDHandler.unparsedEntityDecl(name, publicId, systemId, ndata)
|
/third_party/python/Lib/test/ |
D | test_sax.py | 955 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in ExpatReaderTest.TestDTDHandler
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 90375 - * SAX.c: unparsedEntityDecl() the URI computation of the 96840 - hdlr->unparsedEntityDecl = NULL; 121648 unparsedEntityDecl (void *ctx, 126233 - NULL, /* unparsedEntityDecl */ 126487 - fprintf(stdout, "SAX.unparsedEntityDecl(%s, %s, %s, %s)\n", 128022 - NULL, /* unparsedEntityDecl */ 128357 - fprintf(stdout, "SAX.unparsedEntityDecl(%s, %s, %s, %s)\n",
|