org.xml.sax.EntityResolver
public class ResourceEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver
Constructor | Description |
---|---|
ResourceEntityResolver(java.lang.Class loadSibling) |
|
ResourceEntityResolver(java.lang.ClassLoader cl,
java.lang.String rsrcPrefix) |
Modifier and Type | Method | Description |
---|---|---|
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId) |
public ResourceEntityResolver(java.lang.ClassLoader cl, java.lang.String rsrcPrefix)
public ResourceEntityResolver(java.lang.Class loadSibling)
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId) throws org.xml.sax.SAXException, java.io.IOException
resolveEntity
in interface org.xml.sax.EntityResolver
org.xml.sax.SAXException
java.io.IOException