Home
last modified time | relevance | path

Searched refs:unparsedEntityDecl (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/xml/sax/
Dhandler.py217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in DTDHandler
Dsaxutils.py296 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in XMLFilterBase
297 self._dtd_handler.unparsedEntityDecl(name, publicId, systemId, ndata)
Dexpatreader.py401 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name)
/third_party/python/Doc/library/
Dxml.sax.handler.rst367 .. method:: DTDHandler.unparsedEntityDecl(name, publicId, systemId, ndata)
/third_party/python/Lib/test/
Dtest_sax.py955 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in ExpatReaderTest.TestDTDHandler
/third_party/chromium/patch/
D0001-cve.patch90375 - * 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",