org.apache.ode.bpel.rtrep.v2.xpath20
Class XslRuntimeUriResolver

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.xpath20.XslRuntimeUriResolver
All Implemented Interfaces:
javax.xml.transform.URIResolver

public class XslRuntimeUriResolver
extends java.lang.Object
implements javax.xml.transform.URIResolver

Used to give the Xsl processor a way to access included XSL sheets by using the maps of sheets pre-processed at compilation time and stored in the OXPath10Expression.


Constructor Summary
XslRuntimeUriResolver(OXPath10Expression expr, java.net.URI baseResourceURI)
           
 
Method Summary
 javax.xml.transform.Source resolve(java.lang.String href, java.lang.String base)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XslRuntimeUriResolver

public XslRuntimeUriResolver(OXPath10Expression expr,
                             java.net.URI baseResourceURI)
Method Detail

resolve

public javax.xml.transform.Source resolve(java.lang.String href,
                                          java.lang.String base)
                                   throws javax.xml.transform.TransformerException
Specified by:
resolve in interface javax.xml.transform.URIResolver
Throws:
javax.xml.transform.TransformerException