org.ikasan.framework.component.transformation.xslt.util
Class ClasspathURIResolver

java.lang.Object
  extended by org.ikasan.framework.component.transformation.xslt.util.ClasspathURIResolver
All Implemented Interfaces:
URIResolver

public class ClasspathURIResolver
extends Object
implements URIResolver

An implementation of URIResolver such that it resolves URI provided in document(), xsl:import and/or xsl:include from classpath.

Author:
Ikasan Development Team

Constructor Summary
ClasspathURIResolver()
           
 
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

ClasspathURIResolver

public ClasspathURIResolver()
Method Detail

resolve

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


Copyright © 2007-2012 Ikasan. All Rights Reserved.