com.mchange.v1.xml
Class ResourceEntityResolver

java.lang.Object
  extended by com.mchange.v1.xml.ResourceEntityResolver
All Implemented Interfaces:
EntityResolver

public class ResourceEntityResolver
extends Object
implements EntityResolver


Constructor Summary
ResourceEntityResolver(Class loadSibling)
           
ResourceEntityResolver(ClassLoader cl, String rsrcPrefix)
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceEntityResolver

public ResourceEntityResolver(ClassLoader cl,
                              String rsrcPrefix)

ResourceEntityResolver

public ResourceEntityResolver(Class loadSibling)
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException