public class IgnoreDtdEntityResolver extends Object implements EntityResolver
| Modifier and Type | Field and Description |
|---|---|
protected static IgnoreDtdEntityResolver |
instance |
| Constructor and Description |
|---|
IgnoreDtdEntityResolver() |
| Modifier and Type | Method and Description |
|---|---|
static IgnoreDtdEntityResolver |
getInstance() |
InputSource |
resolveEntity(String publicId,
String systemId) |
protected static final IgnoreDtdEntityResolver instance
public static IgnoreDtdEntityResolver getInstance()
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOExceptionCopyright © 2023. All rights reserved.