org.xml.sax.EntityResolverpublic class ForkEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver
EntityResolver that delegates to two EntityResolvers.| Constructor | Description |
|---|---|
ForkEntityResolver(org.xml.sax.EntityResolver lhs,
org.xml.sax.EntityResolver rhs) |
| Modifier and Type | Method | 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.EntityResolverorg.xml.sax.SAXExceptionjava.io.IOExceptionCopyright © 2017 Oracle Corporation. All rights reserved.