EntityResolver
public class ForkEntityResolver extends Object implements EntityResolver
EntityResolver
that delegates to two EntityResolver
s.Constructor | Description |
---|---|
ForkEntityResolver(EntityResolver lhs,
EntityResolver rhs) |
Modifier and Type | Method | Description |
---|---|---|
InputSource |
resolveEntity(String publicId,
String systemId) |
public ForkEntityResolver(EntityResolver lhs, EntityResolver rhs)
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity
in interface EntityResolver
SAXException
IOException
Copyright © 2018 Oracle Corporation. All rights reserved.