/third_party/libxml2/ |
D | SAX.c | 53 hdlr->resolveEntity = xmlSAX2ResolveEntity; in initxmlDefaultSAXHandler() 101 hdlr->resolveEntity = NULL; in inithtmlDefaultSAXHandler() 148 hdlr->resolveEntity = xmlSAX2ResolveEntity; in initdocbDefaultSAXHandler()
|
D | legacy.c | 214 *((resolveEntitySAXFunc *) result) = ctxt->sax->resolveEntity; in xmlGetFeature() 332 ctxt->sax->resolveEntity = *((resolveEntitySAXFunc *) value); in xmlSetFeature() 919 resolveEntity(void *ctx, const xmlChar * publicId, in resolveEntity() function
|
D | SAX2.c | 420 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL)) in xmlSAX2ExternalSubset() 421 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID, in xmlSAX2ExternalSubset() 2864 hdlr->resolveEntity = xmlSAX2ResolveEntity; in xmlSAXVersion() 2940 hdlr->resolveEntity = NULL; in xmlSAX2InitHtmlDefaultSAXHandler() 2998 hdlr->resolveEntity = xmlSAX2ResolveEntity; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | libxml2.syms | 112 resolveEntity;
|
D | xmlschemas.c | 28559 (ctxt->user_sax->resolveEntity != NULL)) in resolveEntitySplit() 28560 return(ctxt->user_sax->resolveEntity(ctxt->user_data, publicId, in resolveEntitySplit() 28889 if (old_sax->resolveEntity != NULL) in xmlSchemaSAXPlug() 28890 ret->schemas_sax.resolveEntity = resolveEntitySplit; in xmlSchemaSAXPlug()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | SAX.c | 81 hdlr->resolveEntity = xmlSAX2ResolveEntity; in initxmlDefaultSAXHandler() 129 hdlr->resolveEntity = NULL; in inithtmlDefaultSAXHandler() 176 hdlr->resolveEntity = xmlSAX2ResolveEntity; in initdocbDefaultSAXHandler()
|
D | legacy.c | 243 *((resolveEntitySAXFunc *) result) = ctxt->sax->resolveEntity; in xmlGetFeature() 361 ctxt->sax->resolveEntity = *((resolveEntitySAXFunc *) value); in xmlSetFeature() 948 resolveEntity(void *ctx, const xmlChar * publicId, in resolveEntity() function
|
D | SAX.in.h | 91 resolveEntity (void *ctx,
|
D | parser.in.h | 753 resolveEntitySAXFunc resolveEntity; member 794 resolveEntitySAXFunc resolveEntity; member
|
D | SAX2.c | 448 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL)) in xmlSAX2ExternalSubset() 449 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID, in xmlSAX2ExternalSubset() 2917 hdlr->resolveEntity = xmlSAX2ResolveEntity; in xmlSAXVersion() 2993 hdlr->resolveEntity = NULL; in xmlSAX2InitHtmlDefaultSAXHandler() 3051 hdlr->resolveEntity = xmlSAX2ResolveEntity; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | xmlschemas.c | 28390 (ctxt->user_sax->resolveEntity != NULL)) in resolveEntitySplit() 28391 return(ctxt->user_sax->resolveEntity(ctxt->user_data, publicId, in resolveEntitySplit() 28720 if (old_sax->resolveEntity != NULL) in xmlSchemaSAXPlug() 28721 ret->schemas_sax.resolveEntity = resolveEntitySplit; in xmlSchemaSAXPlug()
|
D | parser.c | 12777 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL)) in xmlSAXParseDTD() 12778 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID, in xmlSAXParseDTD()
|
/third_party/python/Lib/xml/dom/ |
D | xmlbuilder.py | 182 input = self.entityResolver.resolveEntity(None, uri) 184 input = DOMEntityResolver().resolveEntity(None, uri) 215 def resolveEntity(self, publicId, systemId): member in DOMEntityResolver
|
/third_party/python/Lib/xml/sax/ |
D | handler.py | 230 def resolveEntity(self, publicId, systemId): member in EntityResolver
|
D | saxutils.py | 301 def resolveEntity(self, publicId, systemId): member in XMLFilterBase 302 return self._ent_handler.resolveEntity(publicId, systemId)
|
D | expatreader.py | 410 source = self._ent_handler.resolveEntity(pubid, sysid)
|
/third_party/libxml2/include/libxml/ |
D | SAX.h | 63 resolveEntity (void *ctx,
|
D | parser.h | 726 resolveEntitySAXFunc resolveEntity; member 767 resolveEntitySAXFunc resolveEntity; member
|
/third_party/libxml2/os400/libxmlrpg/ |
D | SAX.rpgle | 75 d resolveEntity pr extproc('resolveEntity')
|
D | parser.rpgle | 355 * - override this resolveEntity() callback in the SAX block 732 d resolveEntity like(resolveEntitySAXFunc) 786 d resolveEntity like(resolveEntitySAXFunc)
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/ |
D | JacocoReportCheck.java | 148 public InputSource resolveEntity(String publicId, String systemId) { in parseReport()
|
/third_party/python/Lib/test/ |
D | test_sax.py | 963 def resolveEntity(self, publicId, systemId): member in ExpatReaderTest.TestEntityRecorder 1019 def resolveEntity(self, publicId, systemId): member in ExpatReaderTest.TestEntityResolver
|
/third_party/python/Doc/library/ |
D | xml.sax.reader.rst | 65 EntityResolver.resolveEntity.
|
D | xml.sax.handler.rst | 378 .. method:: EntityResolver.resolveEntity(publicId, systemId)
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 438 resolveEntity
|