public class ChainedEntityResolver extends Object implements EntityResolver
| Constructor and Description |
|---|
ChainedEntityResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntityResolver(EntityResolver resolver) |
InputSource |
resolveEntity(String publicId,
String systemId) |
public void addEntityResolver(EntityResolver resolver)
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOExceptionCopyright © 2020. All rights reserved.