public class EntityUnresolver extends Object implements EntityResolver
If an entity has to be resolved, this resolver throws a ForbiddenEntityResolutionException.
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityUnresolver.ForbiddenEntityResolutionException
Exception thrown when an entity resolution is requested.
|
| Modifier and Type | Field and Description |
|---|---|
static EntityUnresolver |
INSTANCE
An instance of Entity Unresolver which is thread safe.
|
| Constructor and Description |
|---|
EntityUnresolver() |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
resolveEntity(String publicId,
String systemId) |
public static final EntityUnresolver INSTANCE
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOException