org.jaxen.function
Class FalseFunction
java.lang.Objectorg.jaxen.function.FalseFunction
- Function
public class FalseFunction
extends java.lang.Object
4.3 boolean false()
Returns false.
- bob mcwhirter (bob @ werken.com)
Object | call(Context context, List args)- Returns
Boolean.FALSE
|
static Boolean | evaluate()- Returns false.
|
FalseFunction
public FalseFunction()
Create a new FalseFunction object.
call
public Object call(Context context,
List args)
throws FunctionCallExceptionReturns Boolean.FALSE
- call in interface Function
context - the context at the point in the
expression when the function is calledargs - an empty list
evaluate
public static Boolean evaluate()
Returns false.