| 
 | BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectweblogic.apache.xerces.util.EntityResolverWrapper
This class wraps a SAX entity resolver in an XNI entity resolver.
EntityResolver| Field Summary | |
| protected  EntityResolver | fEntityResolverDeprecated. The SAX entity resolver. | 
| Constructor Summary | |
| EntityResolverWrapper()Deprecated. Default constructor. | |
| EntityResolverWrapper(EntityResolver entityResolver)Deprecated. Wraps the specified SAX entity resolver. | |
| Method Summary | |
|  EntityResolver | getEntityResolver()Deprecated. Returns the SAX entity resolver. | 
|  XMLInputSource | resolveEntity(XMLResourceIdentifier resourceIdentifier)Deprecated. Resolves an external parsed entity. | 
|  void | setEntityResolver(EntityResolver entityResolver)Deprecated. Sets the SAX entity resolver. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected EntityResolver fEntityResolver
| Constructor Detail | 
public EntityResolverWrapper()
public EntityResolverWrapper(EntityResolver entityResolver)
| Method Detail | 
public EntityResolver getEntityResolver()
public XMLInputSource resolveEntity(XMLResourceIdentifier resourceIdentifier)
                             throws XNIException,
                                    IOException
resolveEntity in interface XMLEntityResolverresourceIdentifier - contains the physical co-ordinates of the resource to be resolved
XNIException - Thrown on general error.
IOException - Thrown if resolved entity stream cannot be
                      opened or some other i/o error occurs.XMLResourceIdentifierpublic void setEntityResolver(EntityResolver entityResolver)
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||