public class ForkEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver
EntityResolver
that delegates to two EntityResolver
s.Constructor and Description |
---|
ForkEntityResolver(org.xml.sax.EntityResolver lhs,
org.xml.sax.EntityResolver rhs) |
Modifier and Type | Method and Description |
---|---|
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId) |
public ForkEntityResolver(org.xml.sax.EntityResolver lhs, org.xml.sax.EntityResolver rhs)
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