@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class RestrictiveEntityResolver extends Object implements EntityResolver
| Modifier and Type | Field and Description |
|---|---|
static RestrictiveEntityResolver |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
resolveEntity(String publicId,
String systemId)
Throws a SAXException if this tried to resolve any entity.
|
public static final RestrictiveEntityResolver INSTANCE
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOExceptionCopyright © 2019. All rights reserved.