|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.function.Function
org.ucl.xpath.function.FsGe
Class for the Greater than or equal to function.
Field Summary |
Fields inherited from class org.ucl.xpath.function.Function |
_arity, _fl, _name |
Constructor Summary | |
FsGe()
Constructor for FsGe. |
Method Summary | |
ResultSequence |
evaluate(java.util.Collection args)
Evaluate arguments. |
static ResultSequence |
fs_ge_general(java.util.Collection args)
General greater than or equal to operation. |
static ResultSequence |
fs_ge_value(java.util.Collection args)
Greater than or equal to operation on the values of the arguments. |
Methods inherited from class org.ucl.xpath.function.Function |
arity, convert_argument, convert_arguments, dynamic_context, name, set_function_library, signature, signature, signature, static_context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FsGe()
Method Detail |
public ResultSequence evaluate(java.util.Collection args) throws DynamicError
evaluate
in class Function
args
- argument expressions.
DynamicError
- Dynamic error.public static ResultSequence fs_ge_value(java.util.Collection args) throws DynamicError
args
- input arguments.
DynamicError
- Dynamic error.public static ResultSequence fs_ge_general(java.util.Collection args) throws DynamicError
args
- input arguments.
DynamicError
- Dynamic error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |