org.jaxen.function.ext

Class EndsWithFunction

public class EndsWithFunction extends Object implements Function

boolean ends-with(string,string)

Author: mark wilson (markw @ wilsoncom.de)

Method Summary
Objectcall(Context context, List args)
static Booleanevaluate(Object strArg, Object matchArg, Navigator nav)

Method Detail

call

public Object call(Context context, List args)

evaluate

public static Boolean evaluate(Object strArg, Object matchArg, Navigator nav)