Package org.jaxen.function.ext
Class EndsWithFunction
- java.lang.Object
-
- org.jaxen.function.ext.EndsWithFunction
-
-
Constructor Summary
Constructors Constructor Description EndsWithFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
call(Context context, java.util.List args)
Evaluate this function.static java.lang.Boolean
evaluate(java.lang.Object strArg, java.lang.Object matchArg, Navigator nav)
-
-
-
Method Detail
-
call
public java.lang.Object call(Context context, java.util.List args) throws FunctionCallException
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
public static java.lang.Boolean evaluate(java.lang.Object strArg, java.lang.Object matchArg, Navigator nav)
-
-