Home
last modified time | relevance | path

Searched defs:resolveEntity (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/
DEntityResolver.java113 public abstract InputSource resolveEntity (String publicId, in resolveEntity() method
DHandlerBase.java74 public InputSource resolveEntity (String publicId, String systemId) in resolveEntity() method in HandlerBase
/libcore/luni/src/main/java/org/xml/sax/ext/
DEntityResolver2.java190 public InputSource resolveEntity ( in resolveEntity() method
DDefaultHandler2.java154 public InputSource resolveEntity (String name, String publicId, in resolveEntity() method in DefaultHandler2
182 public InputSource resolveEntity (String publicId, String systemId) in resolveEntity() method in DefaultHandler2
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DMockResolver.java42 public InputSource resolveEntity(String publicId, String systemId) in resolveEntity() method in MockResolver
/libcore/luni/src/main/java/org/xml/sax/helpers/
DDefaultHandler.java88 public InputSource resolveEntity (String publicId, String systemId) in resolveEntity() method in DefaultHandler
DXMLFilterImpl.java371 public InputSource resolveEntity (String publicId, String systemId) in resolveEntity() method in XMLFilterImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserTestSupport.java282 public InputSource resolveEntity(String publicId, String systemId) { in resolveEntity() method in SAXParserTestSupport.MyDefaultHandler
450 public InputSource resolveEntity(String publicId, String systemId) { in resolveEntity() method in SAXParserTestSupport.MyHandler
/libcore/luni/src/test/java/libcore/xml/
DSaxTest.java229 @Override public InputSource resolveEntity(String publicId, String systemId) { in resolveEntity() method in SaxTest.ThrowingHandler
DExpatSaxParserTest.java528 public InputSource resolveEntity(String publicId, String systemId) in testExternalEntity() method in ExpatSaxParserTest.Handler
594 @Override public InputSource resolveEntity(String publicId, String systemId) in testExternalEntityDownload() method in ExpatSaxParserTest.Handler