org.apache.ode.bpel.elang
Class XslRuntimeUriResolver
java.lang.Object
org.apache.ode.bpel.elang.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(org.apache.ode.bpel.elang.xpath10.o.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 |
XslRuntimeUriResolver
public XslRuntimeUriResolver(org.apache.ode.bpel.elang.xpath10.o.OXPath10Expression expr,
java.net.URI baseResourceURI)
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