Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/xml/sax/ext/
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
184 { return resolveEntity (null, publicId, null, systemId); } in resolveEntity()
DEntityResolver2.java190 public InputSource resolveEntity ( in resolveEntity() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DDefaultHandler2Test.java134 assertNull(h.resolveEntity("publicId", "systemId")); in testResolveEntityStringString()
144 assertNull(h.resolveEntity("name", "publicId", "http://some.uri", in testResolveEntityStringStringStringString()
/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/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/
DXMLFilterImpl.java374 public InputSource resolveEntity (String publicId, String systemId) in resolveEntity() method in XMLFilterImpl
378 return entityResolver.resolveEntity(publicId, systemId); in resolveEntity()
DDefaultHandler.java88 public InputSource resolveEntity (String publicId, String systemId) in resolveEntity() method in DefaultHandler
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
DHandlerBaseTest.java40 h.resolveEntity("publicID", "systemID"); in testResolveEntity()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DDefaultHandlerTest.java41 h.resolveEntity("publicID", "systemID"); in testResolveEntity()
DXMLFilterImplTest.java248 result = parent.resolveEntity("foo", "bar"); in testResolveEntity()
261 result = parent.resolveEntity("foo", "bar"); in testResolveEntity()
/libcore/ojluni/src/main/java/java/util/
DXMLUtils.java189 public InputSource resolveEntity(String pid, String sid) in resolveEntity() method in XMLUtils.Resolver
/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/
DSimpleParserTest.java212 public InputSource resolveEntity(String publicId, String systemId) in testEntityResolver()
DExpatSaxParserTest.java529 public InputSource resolveEntity(String publicId, String systemId) in testExternalEntity() method in ExpatSaxParserTest.Handler
595 @Override public InputSource resolveEntity(String publicId, String systemId) in testExternalEntityDownload() method in ExpatSaxParserTest.Handler
DSaxTest.java229 @Override public InputSource resolveEntity(String publicId, String systemId) { in resolveEntity() method in SaxTest.ThrowingHandler
/libcore/ojluni/src/main/java/java/util/prefs/
DXmlSupport.java453 public InputSource resolveEntity(String pid, String sid) in resolveEntity() method in XmlSupport.Resolver
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java294 InputSource inputSource = entityResolver.resolveEntity( in handleExternalEntity()
/libcore/api/
Dcurrent.txt19829 …method public org.xml.sax.InputSource resolveEntity(String, String) throws java.io.IOException, or…
19848 …method @Deprecated public org.xml.sax.InputSource resolveEntity(String, String) throws org.xml.sax…
19985 …method public org.xml.sax.InputSource resolveEntity(String, String, String, String) throws java.io…
19993 …method public org.xml.sax.InputSource resolveEntity(String, String, String, String) throws java.io…
20077 …method public org.xml.sax.InputSource resolveEntity(String, String) throws java.io.IOException, or…
20171 …method public org.xml.sax.InputSource resolveEntity(String, String) throws java.io.IOException, or…