public class XhtmlEntityResolver extends java.lang.Object implements org.xml.sax.EntityResolver
| Constructor and Description |
|---|
XhtmlEntityResolver()
Constructor.
|
XhtmlEntityResolver(org.xml.sax.EntityResolver next)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId) |
public XhtmlEntityResolver()
public XhtmlEntityResolver(org.xml.sax.EntityResolver next)
next - the next entity resolver.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.EntityResolverorg.xml.sax.SAXExceptionjava.io.IOExceptionEntityResolver.resolveEntity(java.lang.String, java.lang.String)