All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.functions.NumberFunctionCall
com.kvisco.xsl.functions.FunctionCall
|
+----com.kvisco.xsl.functions.NumberFunctionCall
- public class NumberFunctionCall
- extends FunctionCall
A class that represents the following FunctionCalls:
number(); floor(); round(); ceiling();
- Author:
- Keith Visco
-
CEILING
-
-
FLOOR
-
-
NUMBER
-
-
ROUND
-
-
NumberFunctionCall()
- Creates a new NumberFunctionCall
-
NumberFunctionCall(short)
- Creates a new NumberFunctionCall using the given type
-
evaluate(Node, ProcessorState)
- Evalutes this FunctionCall using the given Node as
the context.
NUMBER
public static final short NUMBER
ROUND
public static final short ROUND
FLOOR
public static final short FLOOR
CEILING
public static final short CEILING
NumberFunctionCall
public NumberFunctionCall()
- Creates a new NumberFunctionCall
NumberFunctionCall
public NumberFunctionCall(short type)
- Creates a new NumberFunctionCall using the given type
evaluate
public ExprResult evaluate(Node context,
ProcessorState ps) throws InvalidExprException
- Evalutes this FunctionCall using the given Node as
the context. This method will always return a NumberResult
All Packages Class Hierarchy This Package Previous Next Index