org.carrot2.util.xslt
Class NopURIResolver

java.lang.Object
  extended by org.carrot2.util.xslt.NopURIResolver
All Implemented Interfaces:
URIResolver

public final class NopURIResolver
extends Object
implements URIResolver

A no-op URIResolver.


Constructor Summary
NopURIResolver()
           
 
Method Summary
 Source resolve(String href, String base)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NopURIResolver

public NopURIResolver()
Method Detail

resolve

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


Copyright (c) Dawid Weiss, Stanislaw Osinski