com.sun.xml.xsom.impl.util
Class ResourceEntityResolver

java.lang.Object
  extended by com.sun.xml.xsom.impl.util.ResourceEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class ResourceEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver


Constructor Summary
ResourceEntityResolver(java.lang.Class _base)
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.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(java.lang.Class _base)
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.