org.wamblee.xml
Class ClasspathUriResolver

java.lang.Object
  extended by org.wamblee.xml.ClasspathUriResolver
All Implemented Interfaces:
URIResolver

public class ClasspathUriResolver
extends Object
implements URIResolver

URI resolver that resolves stylesheets through the classpath.


Constructor Summary
ClasspathUriResolver()
          Constructs the resolver.
 
Method Summary
 Source resolve(String aHref, String aBase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathUriResolver

public ClasspathUriResolver()
Constructs the resolver.

Method Detail

resolve

public Source resolve(String aHref,
                      String aBase)
               throws TransformerException
Specified by:
resolve in interface URIResolver
Throws:
TransformerException


Copyright © 2011. All Rights Reserved.