xml
Interface CleanerEntityResolver
- All Superinterfaces:
- org.xml.sax.EntityResolver
- All Known Implementing Classes:
- SiGMLResolver
public interface CleanerEntityResolver
- extends org.xml.sax.EntityResolver
Refinement of the SAX Entity Resolver interface, the only
difference being that this one does not allow an
IOException to be thrown.
|
Method Summary |
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. |
resolveEntity
org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
java.lang.String systemId)
throws org.xml.sax.SAXException
- Attempts to resolve the entity with the given public and
system IDs, possibly throwing a
SAXException
but not an IOException.
- Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
- Throws:
org.xml.sax.SAXException