org.jaxen.function
public class TrueFunction extends Object implements Function
Constructor Summary | |
---|---|
TrueFunction()
Create a new TrueFunction object. |
Method Summary | |
---|---|
Object | call(Context context, List args) Returns Boolean.TRUE
|
static Boolean | evaluate()
Returns true.
|
TrueFunction
object.Boolean.TRUE
Parameters: context ignored args an empty list
Returns: Boolean.TRUE
Throws: FunctionCallException if args
is not empty
Returns: Boolean.TRUE