com.sun.tools.xjc.util
Class ForkEntityResolver
java.lang.Object
com.sun.tools.xjc.util.ForkEntityResolver
- All Implemented Interfaces:
- EntityResolver
public class ForkEntityResolver
- extends Object
- implements EntityResolver
EntityResolver that delegates to two EntityResolvers.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForkEntityResolver
public ForkEntityResolver(EntityResolver lhs,
EntityResolver rhs)
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
- Specified by:
resolveEntity in interface EntityResolver
- Throws:
SAXException
IOException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.