org.jaxen.function

Class FalseFunction

public class FalseFunction extends Object implements Function

4.3 boolean false()

Returns false.

Author: bob mcwhirter (bob @ werken.com)

See Also: Section 4.3 of the XPath Specification

Constructor Summary
FalseFunction()
Create a new FalseFunction object.
Method Summary
Objectcall(Context context, List args)
Returns Boolean.FALSE
static Booleanevaluate()
Returns false.

Constructor Detail

FalseFunction

public FalseFunction()
Create a new FalseFunction object.

Method Detail

call

public Object call(Context context, List args)
Returns Boolean.FALSE

Parameters: context the context at the point in the expression when the function is called args an empty list

Returns: Boolean.FALSE

Throws: FunctionCallException if args is not empty

evaluate

public static Boolean evaluate()
Returns false.

Returns: Boolean.FALSE