| Constructor and Description |
|---|
EndsWithFunction() |
| Modifier and Type | Method and Description |
|---|---|
Object |
call(Context context,
List args)
Evaluate this function.
|
static Boolean |
evaluate(Object strArg,
Object matchArg,
Navigator nav) |
public Object call(Context context, 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 incorrectCopyright © 2001–2016 Codehaus. All rights reserved.