| Constructor and Description |
|---|
EndsWithFunction() |
public java.lang.Object call(Context context, java.util.List args) throws FunctionCallException
Functioncall in interface Functioncontext - the context at the point in the
expression when the function is calledargs - arguments provided to the functionList
(node-set), Double, Boolean, or
StringFunctionCallException - if an XPath error occurs during evaluation;
for instance, if the number or type of the arguments is incorrectpublic static java.lang.Boolean evaluate(java.lang.Object strArg,
java.lang.Object matchArg,
Navigator nav)