Home
last modified time | relevance | path

Searched refs:resolveEntity (Results 1 – 25 of 27) sorted by relevance

12

/third_party/libxml2/
DSAX.c53 hdlr->resolveEntity = xmlSAX2ResolveEntity; in initxmlDefaultSAXHandler()
101 hdlr->resolveEntity = NULL; in inithtmlDefaultSAXHandler()
148 hdlr->resolveEntity = xmlSAX2ResolveEntity; in initdocbDefaultSAXHandler()
Dlegacy.c214 *((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
DSAX2.c420 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()
Dlibxml2.syms112 resolveEntity;
Dxmlschemas.c28559 (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/
DSAX.c81 hdlr->resolveEntity = xmlSAX2ResolveEntity; in initxmlDefaultSAXHandler()
129 hdlr->resolveEntity = NULL; in inithtmlDefaultSAXHandler()
176 hdlr->resolveEntity = xmlSAX2ResolveEntity; in initdocbDefaultSAXHandler()
Dlegacy.c243 *((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
DSAX.in.h91 resolveEntity (void *ctx,
Dparser.in.h753 resolveEntitySAXFunc resolveEntity; member
794 resolveEntitySAXFunc resolveEntity; member
DSAX2.c448 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()
Dxmlschemas.c28390 (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()
Dparser.c12777 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/
Dxmlbuilder.py182 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/
Dhandler.py230 def resolveEntity(self, publicId, systemId): member in EntityResolver
Dsaxutils.py301 def resolveEntity(self, publicId, systemId): member in XMLFilterBase
302 return self._ent_handler.resolveEntity(publicId, systemId)
Dexpatreader.py410 source = self._ent_handler.resolveEntity(pubid, sysid)
/third_party/libxml2/include/libxml/
DSAX.h63 resolveEntity (void *ctx,
Dparser.h726 resolveEntitySAXFunc resolveEntity; member
767 resolveEntitySAXFunc resolveEntity; member
/third_party/libxml2/os400/libxmlrpg/
DSAX.rpgle75 d resolveEntity pr extproc('resolveEntity')
Dparser.rpgle355 * - 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/
DJacocoReportCheck.java148 public InputSource resolveEntity(String publicId, String systemId) { in parseReport()
/third_party/python/Lib/test/
Dtest_sax.py963 def resolveEntity(self, publicId, systemId): member in ExpatReaderTest.TestEntityRecorder
1019 def resolveEntity(self, publicId, systemId): member in ExpatReaderTest.TestEntityResolver
/third_party/python/Doc/library/
Dxml.sax.reader.rst65 EntityResolver.resolveEntity.
Dxml.sax.handler.rst378 .. method:: EntityResolver.resolveEntity(publicId, systemId)
/third_party/libxml2/win32/
Dlibxml2.def.src438 resolveEntity

12