org.apache.ode.bpel.elang.xpath10.compiler
Class XslCompileUriResolver

java.lang.Object
  extended by org.apache.ode.bpel.elang.xpath10.compiler.XslCompileUriResolver
All Implemented Interfaces:
javax.xml.transform.URIResolver

public class XslCompileUriResolver
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 CompilerContext (which uses RR behind the scene).


Constructor Summary
XslCompileUriResolver(CompilerContext cc, OXPath10Expression expr)
           
 
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

XslCompileUriResolver

public XslCompileUriResolver(CompilerContext cc,
                             OXPath10Expression expr)
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