Searched refs:resolveEntity (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/libxml/src/
H A DSAX.c53 hdlr->resolveEntity = xmlSAX2ResolveEntity;
101 hdlr->resolveEntity = NULL;
148 hdlr->resolveEntity = xmlSAX2ResolveEntity;
H A Dlegacy.c108 "SAX function resolveEntity",
213 } else if (!strcmp(name, "SAX function resolveEntity")) {
214 *((resolveEntitySAXFunc *) result) = ctxt->sax->resolveEntity;
331 } else if (!strcmp(name, "SAX function resolveEntity")) {
332 ctxt->sax->resolveEntity = *((resolveEntitySAXFunc *) value);
904 * resolveEntity:
911 * - override this resolveEntity() callback in the SAX block
919 resolveEntity(void *ctx, const xmlChar * publicId, function
922 DEPRECATED("resolveEntity")
H A DSAX2.c401 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL))
402 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID,
2772 hdlr->resolveEntity = xmlSAX2ResolveEntity;
2848 hdlr->resolveEntity = NULL;
2906 hdlr->resolveEntity = xmlSAX2ResolveEntity;
/external/libxml2/
H A DSAX.c53 hdlr->resolveEntity = xmlSAX2ResolveEntity;
101 hdlr->resolveEntity = NULL;
148 hdlr->resolveEntity = xmlSAX2ResolveEntity;
H A Dlegacy.c108 "SAX function resolveEntity",
213 } else if (!strcmp(name, "SAX function resolveEntity")) {
214 *((resolveEntitySAXFunc *) result) = ctxt->sax->resolveEntity;
331 } else if (!strcmp(name, "SAX function resolveEntity")) {
332 ctxt->sax->resolveEntity = *((resolveEntitySAXFunc *) value);
904 * resolveEntity:
911 * - override this resolveEntity() callback in the SAX block
919 resolveEntity(void *ctx, const xmlChar * publicId, function
922 DEPRECATED("resolveEntity")
H A DSAX2.c419 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL))
420 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID,
2860 hdlr->resolveEntity = xmlSAX2ResolveEntity;
2936 hdlr->resolveEntity = NULL;
2994 hdlr->resolveEntity = xmlSAX2ResolveEntity;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DSAX.h63 resolveEntity (void *ctx,
H A Dparser.h341 * - override this resolveEntity() callback in the SAX block
721 resolveEntitySAXFunc resolveEntity; member in struct:_xmlSAXHandler
762 resolveEntitySAXFunc resolveEntity; member in struct:_xmlSAXHandlerV1
/external/libxml2/include/libxml/
H A DSAX.h63 resolveEntity (void *ctx,
H A Dparser.h344 * - override this resolveEntity() callback in the SAX block
724 resolveEntitySAXFunc resolveEntity; member in struct:_xmlSAXHandler
765 resolveEntitySAXFunc resolveEntity; member in struct:_xmlSAXHandlerV1
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java246 * @see org.xml.sax.EntityResolver#resolveEntity
248 public InputSource resolveEntity(String publicId, String systemId) method in class:TransformerHandlerImpl
254 return m_entityResolver.resolveEntity(publicId, systemId);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementProcessor.java91 public InputSource resolveEntity( method in class:XSLTElementProcessor
H A DStylesheetHandler.java307 public InputSource resolveEntity(String publicId, String systemId) method in class:StylesheetHandler
310 return getCurrentProcessor().resolveEntity(this, publicId, systemId);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java1570 * @see org.xml.sax.EntityResolver#resolveEntity
1574 public InputSource resolveEntity(String publicId, String systemId) method in class:SAX2DTM
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java777 theEntityResolver.resolveEntity(theDoctypePublicId, theDoctypeSystemId);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 4978 milliseconds

12