| java.lang.Object org.apache.xerces.util.DOMEntityResolverWrapper
DOMEntityResolverWrapper | public class DOMEntityResolverWrapper implements XMLEntityResolver(Code) | | This class wraps DOM entity resolver to XNI entity resolver.
See Also: LSResourceResolver author: Gopal Sharma, SUN MicroSystems Inc. author: Elena Litani, IBM author: Ramesh Mandava, Sun Microsystems version: $Id: DOMEntityResolverWrapper.java 447241 2006-09-18 05:12:57Z mrglavas $ |
DOMEntityResolverWrapper | public DOMEntityResolverWrapper()(Code) | | Default constructor.
|
DOMEntityResolverWrapper | public DOMEntityResolverWrapper(LSResourceResolver entityResolver)(Code) | | Wraps the specified DOM entity resolver.
|
resolveEntity | public XMLInputSource resolveEntity(XMLResourceIdentifier resourceIdentifier) throws XNIException, IOException(Code) | | Resolves an external parsed entity. If the entity cannot be
resolved, this method should return null.
Parameters: resourceIdentifier - description of the resource to be revsoved throws: XNIException - Thrown on general error. throws: IOException - Thrown if resolved entity stream cannot beopened or some other i/o error occurs. |
|
|