Package org.jaxen.function.ext
Class EvaluateFunction
java.lang.Object
org.jaxen.function.ext.EvaluateFunction
- All Implemented Interfaces:
Function
node-set evaluate(string)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EvaluateFunction
public EvaluateFunction()
-
-
Method Details
-
call
Description copied from interface:Function
Evaluate this function.- Specified by:
call
in interfaceFunction
- Parameters:
context
- the context at the point in the expression when the function is calledargs
- arguments provided to the function- Returns:
- the result of evaluating the function; a
List
(node-set),Double
,Boolean
, orString
- Throws:
FunctionCallException
- if an XPath error occurs during evaluation; for instance, if the number or type of the arguments is incorrect
-
evaluate
- Throws:
FunctionCallException
-