All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.functions.FunctionCall
com.kvisco.xsl.functions.FunctionCall
- public abstract class FunctionCall
- implements Expr
A class for representing function call
- Author:
- Keith Visco
-
INVALID_NUMBER_PARAMS
-
-
INVALID_RESULT
-
-
addExprParameter(Expr)
-
-
evaluate(Node, ProcessorState)
- Evaluates this Expr using the given context Node and ProcessorState
-
getExprType()
- Returns the type of Expr this Expr represents
-
getFunctionName()
- Returns the name of this function call
-
removeExprParameter(Expr)
-
-
toString()
-
-
toString()
- Returns the String representation of this FunctionCall
INVALID_NUMBER_PARAMS
public static final String INVALID_NUMBER_PARAMS
INVALID_RESULT
public static final String INVALID_RESULT
getExprType
public short getExprType()
- Returns the type of Expr this Expr represents
- Returns:
- the type of Expr this Expr represents
getFunctionName
public String getFunctionName()
- Returns the name of this function call
- Returns:
- the name of this function call
toString
public String toString()
- Returns the String representation of this FunctionCall
- Returns:
- the String representation of this FunctionCall
addExprParameter
public void addExprParameter(Expr paramExpr)
removeExprParameter
public boolean removeExprParameter(Expr paramExpr)
All Packages Class Hierarchy This Package Previous Next Index