BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xerces.xni.parser
Interface XMLEntityResolver

All Known Implementing Classes:
DOMEntityResolverWrapper, EntityResolverWrapper, XMLEntityManager

Deprecated. please use JDK supplied XML parsers and transformers

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.

See Also:
XMLParserConfiguration

Method Summary
 XMLInputSource resolveEntity(XMLResourceIdentifier resourceIdentifier)
          Deprecated. Resolves an external parsed entity.
 

Method Detail

resolveEntity

public XMLInputSource resolveEntity(XMLResourceIdentifier resourceIdentifier)
                             throws XNIException,
                                    IOException
Deprecated. 
Resolves an external parsed entity. If the entity cannot be resolved, this method should return null.

Throws:
XNIException - Thrown on general error.
IOException - Thrown if resolved entity stream cannot be opened or some other i/o error occurs.
See Also:
XMLResourceIdentifier

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.