| /libcore/luni/src/test/java/libcore/xml/ |
| SimpleParserTest.java | 212 public InputSource resolveEntity(String publicId, String systemId)
|
| ExpatSaxParserTest.java | 528 public InputSource resolveEntity(String publicId, String systemId) 594 @Override public InputSource resolveEntity(String publicId, String systemId)
|
| SaxTest.java | 229 @Override public InputSource resolveEntity(String publicId, String systemId) {
|
| /external/chromium_org/third_party/libxml/src/include/libxml/ |
| parser.h | 341 * - override this resolveEntity() callback in the SAX block 721 resolveEntitySAXFunc resolveEntity; 762 resolveEntitySAXFunc resolveEntity; [all...] |
| /external/libxml2/include/libxml/ |
| parser.h | 341 * - override this resolveEntity() callback in the SAX block 721 resolveEntitySAXFunc resolveEntity; 762 resolveEntitySAXFunc resolveEntity; [all...] |
| /libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
| SAXParserTestSupport.java | 64 public static final String KEY_RESOLVE_ENTITY = "resolveEntity"; 282 public InputSource resolveEntity(String publicId, String systemId) { 450 public InputSource resolveEntity(String publicId, String systemId) {
|
| /libcore/luni/src/main/java/java/util/ |
| Properties.java | 611 public InputSource resolveEntity(String publicId,
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
| expatreader.py | 381 source = self._ent_handler.resolveEntity(pubid, sysid)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
| expatreader.py | 381 source = self._ent_handler.resolveEntity(pubid, sysid)
|
| /external/apache-xml/src/main/java/org/apache/xalan/processor/ |
| StylesheetHandler.java | 307 public InputSource resolveEntity(String publicId, String systemId) 310 return getCurrentProcessor().resolveEntity(this, publicId, systemId); [all...] |
| /external/chromium_org/third_party/libxml/src/ |
| SAX2.c | 401 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL)) 402 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID, [all...] |
| /external/libxml2/ |
| SAX2.c | 401 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL)) 402 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID, [all...] |
| /libcore/luni/src/main/java/java/util/prefs/ |
| XMLParser.java | 115 public InputSource resolveEntity(String publicId, String systemId)
|
| /libcore/luni/src/main/java/org/apache/harmony/xml/ |
| ExpatParser.java | 283 InputSource inputSource = entityResolver.resolveEntity(
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.help_3.5.0.v20100524.jar | |
| org.eclipse.ant.core_3.2.200.v20100427.jar | |
| org.eclipse.help.base_3.5.2.v201011171123.jar | |
| org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar | |
| /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/ |
| xmlParserAPIs-2.6.2.jar | |
| /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/ |
| xml-apis-1.0.b2.jar | |
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
| SAX2DTM.java | [all...] |
| /external/tagsoup/src/org/ccil/cowan/tagsoup/ |
| Parser.java | 777 theEntityResolver.resolveEntity(theDoctypePublicId, theDoctypeSystemId); [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_sax.py | 523 def resolveEntity(self, publicId, systemId):
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_sax.py | 523 def resolveEntity(self, publicId, systemId):
|
| /external/jdiff/ |
| xerces.jar | |