org.enhydra.apache.xerces.validators.common
Class XMLValidator.Resolver

java.lang.Object
  |
  +--org.enhydra.apache.xerces.validators.common.XMLValidator.Resolver
All Implemented Interfaces:
EntityResolver
Enclosing class:
XMLValidator

static class XMLValidator.Resolver
extends Object
implements EntityResolver


Constructor Summary
XMLValidator.Resolver(DefaultEntityHandler handler)
           
 
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

XMLValidator.Resolver

public XMLValidator.Resolver(DefaultEntityHandler handler)
Method Detail

resolveEntity

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


Copyright © 1999 The Apache Software Foundation. All Rights reserved.