|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.function.TrueFunction
4.3 boolean true()
Returns true.
Constructor Summary | |
TrueFunction()
Create a new TrueFunction object. |
Method Summary | |
java.lang.Object |
call(Context context,
java.util.List args)
Returns Boolean.TRUE |
static java.lang.Boolean |
evaluate()
Returns true. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrueFunction()
TrueFunction
object.
Method Detail |
public java.lang.Object call(Context context, java.util.List args) throws FunctionCallException
Boolean.TRUE
call
in interface Function
context
- ignoredargs
- an empty list
Boolean.TRUE
FunctionCallException
- if args
is not emptypublic static java.lang.Boolean evaluate()
Boolean.TRUE
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |