Class URIResolverWrapper

java.lang.Object
org.exolab.adaptx.jaxp.transform.URIResolverWrapper
All Implemented Interfaces:
URIResolver

public class URIResolverWrapper extends Object implements 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 Details

    • URIResolverWrapper

      public URIResolverWrapper(URIResolver resolver)
  • Method Details

    • getResolver

      public URIResolver getResolver()
      Returns the "wrapped" URIResolver
      Returns:
      the wrapped URIResolver
    • resolve

      public URILocation resolve(String href, 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