Package org.exolab.adaptx.jaxp.transform
Class URIResolverWrapper
java.lang.Object
org.exolab.adaptx.jaxp.transform.URIResolverWrapper
- All Implemented Interfaces:
URIResolver
An Adaptx wrapper for JAXP URIResolver
- Version:
- $Revision: 3930 $ $Date: 2003-10-01 10:53:36 +0200 (Wed, 01 Oct 2003) $
- Author:
- Keith Visco
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the "wrapped" URIResolverResolves the given href and documentBase.
-
Constructor Details
-
URIResolverWrapper
-
-
Method Details
-
getResolver
Returns the "wrapped" URIResolver- Returns:
- the wrapped URIResolver
-
resolve
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 interfaceURIResolver
- Returns:
- the URILocation for the URI. [not null]
- Throws:
URIException
-