Save This Page
Home » openjdk-7 » com.sun.org.apache.xerces.internal » jaxp » validation » [javadoc | source]
com.sun.org.apache.xerces.internal.jaxp.validation
static final class: ValidatorHandlerImpl.ResolutionForwarder [javadoc | source]
java.lang.Object
   com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl$ResolutionForwarder

All Implemented Interfaces:
    EntityResolver2

Field Summary
protected  LSResourceResolver fEntityResolver    The DOM entity resolver. 
Constructor:
 public ResolutionForwarder() 
 public ResolutionForwarder(LSResourceResolver entityResolver) 
    Wraps the specified DOM entity resolver.
Method from com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl$ResolutionForwarder Summary:
getEntityResolver,   getExternalSubset,   resolveEntity,   resolveEntity,   setEntityResolver
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl$ResolutionForwarder Detail:
 public LSResourceResolver getEntityResolver() 
    Returns the DOM entity resolver.
 public InputSource getExternalSubset(String name,
    String baseURI) throws IOException, SAXException 
    Always returns null. An LSResourceResolver has no corresponding method.
 public InputSource resolveEntity(String publicId,
    String systemId) throws IOException, SAXException 
    Delegates to EntityResolver2.resolveEntity(String, String, String, String).
 public InputSource resolveEntity(String name,
    String publicId,
    String baseURI,
    String systemId) throws IOException, SAXException 
    Resolves the given resource and adapts the LSInput returned into an InputSource.
 public  void setEntityResolver(LSResourceResolver entityResolver) 
    Sets the DOM entity resolver.