public class GentleXmlResolver extends Object implements XMLResolver, EntityResolver
| Constructor and Description |
|---|
GentleXmlResolver() |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
resolveEntity(String publicId,
String systemID) |
Object |
resolveEntity(String publicID,
String systemID,
String baseURI,
String namespace) |
public Object resolveEntity(String publicID, String systemID, String baseURI, String namespace)
resolveEntity in interface XMLResolverpublic InputSource resolveEntity(String publicId, String systemID) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOExceptionCopyright © 2013. All Rights Reserved.