org.exolab.adaptx.jaxp.transform
Class URIResolverWrapper
java.lang.Object
org.exolab.adaptx.jaxp.transform.URIResolverWrapper
- All Implemented Interfaces:
- URIResolver
public class URIResolverWrapper
- extends java.lang.Object
- implements URIResolver
An Adaptx wrapper for JAXP URIResolver
- Version:
- $Revision: 3930 $ $Date: 2003-10-01 04:53:36 -0400 (Wed, 01 Oct 2003) $
- Author:
- Keith Visco
Method Summary |
javax.xml.transform.URIResolver |
getResolver()
Returns the "wrapped" URIResolver |
URILocation |
resolve(java.lang.String href,
java.lang.String documentBase)
Resolves the given href and documentBase. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URIResolverWrapper
public URIResolverWrapper(javax.xml.transform.URIResolver resolver)
getResolver
public javax.xml.transform.URIResolver getResolver()
- Returns the "wrapped" URIResolver
- Returns:
- the wrapped URIResolver
resolve
public URILocation resolve(java.lang.String href,
java.lang.String documentBase)
throws URIException
- Resolves the given href and documentBase. An
implementation of this method should never return
null. A URIException may be thrown instead.
- Specified by:
resolve
in interface URIResolver
- Returns:
- the URILocation for the URI. [not null]
- Throws:
URIException