Package org.apache.ode.bpel.elang.xpath10.runtime

Interface Summary
WrappedFaultException Wrap a fault in a jaxen exception
 

Class Summary
XPath10ExpressionRuntime XPath 1.0 Expression Language run-time subsytem.
XslRuntimeUriResolver 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.
 

Exception Summary
WrappedFaultException.JaxenFunctionException Jaxenized FaultException; Jaxen requires us to throw only exceptions extending its FunctionCallException so we comply.
WrappedFaultException.JaxenUnresolvableException Jaxenized FaultException; Jaxen requires us to throw only exceptions extending its UnresolvableVariableException so we comply.