org.apache.xerces.xni.parser
Interface XMLEntityResolver
public interface XMLEntityResolver
This interface is used to resolve external parsed entities. The
application can register an object that implements this interface
with the parser configuration in order to intercept entities and
resolve them explicitly. If the registered entity resolver cannot
resolve the entity, it should return null
so that the
parser will try to resolve the entity using a default mechanism.
$Id: XMLEntityResolver.java 320086 2004-10-03 21:58:18Z mrglavas $
resolveEntity
public XMLInputSource resolveEntity(XMLResourceIdentifier resourceIdentifier)
throws XNIException,
IOException
Resolves an external parsed entity. If the entity cannot be
resolved, this method should return null.
resourceIdentifier
- location of the XML resource to resolve
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.