Class TrueFunction
java.lang.Object
org.jaxen.function.TrueFunction
- All Implemented Interfaces:
Function
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TrueFunction
public TrueFunction()Create a newTrueFunctionobject.
-
-
Method Details
-
call
ReturnsBoolean.TRUE- Specified by:
callin interfaceFunction- Parameters:
context- ignoredargs- an empty list- Returns:
Boolean.TRUE- Throws:
FunctionCallException- ifargsis not empty
-
evaluate
-