Searched defs:resolveEntity (Results 1 - 9 of 9) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/
H A DEntityResolver.java45 * public InputSource resolveEntity (String publicId, String systemId)
113 public abstract InputSource resolveEntity (String publicId, method in interface:EntityResolver
H A DHandlerBase.java73 * @see org.xml.sax.EntityResolver#resolveEntity
75 public InputSource resolveEntity (String publicId, String systemId)
74 public InputSource resolveEntity (String publicId, String systemId) method in class:HandlerBase
/libcore/luni/src/main/java/org/xml/sax/ext/
H A DEntityResolver2.java21 * {@link EntityResolver2#resolveEntity EntityResolver2.resolveEntity()}
23 * {@link EntityResolver#resolveEntity EntityResolver.resolveEntity()} method.
97 * {@link #resolveEntity resolveEntity()} to gain benefits such as use
190 public InputSource resolveEntity ( method in interface:EntityResolver2
H A DDefaultHandler2.java18 * original SAX1 {@link DefaultHandler#resolveEntity resolveEntity()}
124 * {@link DefaultHandler#resolveEntity DefaultHandler.resolveEntity()},
154 public InputSource resolveEntity (String name, String publicId, method in class:DefaultHandler2
163 * {@link EntityResolver2#resolveEntity EntityResolver2.resolveEntity()}
182 public InputSource resolveEntity (String publicId, String systemId) method in class:DefaultHandler2
184 { return resolveEntity (null, publicId, null, systemId); }
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/
H A DMockResolver.java42 public InputSource resolveEntity(String publicId, String systemId) method in class:MockResolver
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DDefaultHandler.java87 * @see org.xml.sax.EntityResolver#resolveEntity
89 public InputSource resolveEntity (String publicId, String systemId)
88 public InputSource resolveEntity (String publicId, String systemId) method in class:DefaultHandler
H A DXMLFilterImpl.java375 public InputSource resolveEntity (String publicId, String systemId)
379 return entityResolver.resolveEntity(publicId, systemId);
371 public InputSource resolveEntity (String publicId, String systemId) method in class:XMLFilterImpl
/libcore/luni/src/test/java/libcore/xml/
H A DSaxTest.java229 @Override public InputSource resolveEntity(String publicId, String systemId) { method in class:SaxTest.ThrowingHandler
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
H A DSAXParserTestSupport.java64 public static final String KEY_RESOLVE_ENTITY = "resolveEntity";
282 public InputSource resolveEntity(String publicId, String systemId) { method in class:SAXParserTestSupport.MyDefaultHandler
450 public InputSource resolveEntity(String publicId, String systemId) { method in class:SAXParserTestSupport.MyHandler

Completed in 125 milliseconds