Package com.helger.schematron.pure.xpath
Class XPathFunctionFromUserFunction
java.lang.Object
com.helger.schematron.pure.xpath.XPathFunctionFromUserFunction
- All Implemented Interfaces:
XPathFunction
A proxy for an
XPathFunction that is implemented as a Saxon
UserFunction. This works only if Saxon is present in the classpath.- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionXPathFunctionFromUserFunction(net.sf.saxon.Configuration aConfiguration, net.sf.saxon.Controller aXQController, net.sf.saxon.expr.instruct.UserFunction aUserFunc) -
Method Summary
Modifier and TypeMethodDescriptionnet.sf.saxon.om.StructuredQNamenet.sf.saxon.expr.instruct.UserFunctiontoString()
-
Constructor Details
-
XPathFunctionFromUserFunction
-
-
Method Details
-
getUserFunction
- Returns:
- The underlying Saxon user function.
-
getFunctionName
- Returns:
- The function name.
-
evaluate
- Specified by:
evaluatein interfaceXPathFunction- Throws:
XPathFunctionException
-
toString
-