public interface CleanerEntityResolver
extends org.xml.sax.EntityResolver
IOException
to be thrown.Modifier and Type | Method and Description |
---|---|
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Attempts to resolve the entity with the given public and
system IDs, possibly throwing a
SAXException
but not an IOException . |
org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId) throws org.xml.sax.SAXException
SAXException
but not an IOException
.resolveEntity
in interface org.xml.sax.EntityResolver
org.xml.sax.SAXException