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

Variable Index

 o INVALID_NUMBER_PARAMS
 o INVALID_RESULT

Method Index

 o addExprParameter(Expr)
 o evaluate(Node, ProcessorState)
Evaluates this Expr using the given context Node and ProcessorState
 o getExprType()
Returns the type of Expr this Expr represents
 o getFunctionName()
Returns the name of this function call
 o removeExprParameter(Expr)
 o toString()
 o toString()
Returns the String representation of this FunctionCall

Variables

 o INVALID_NUMBER_PARAMS
 public static final String INVALID_NUMBER_PARAMS
 o INVALID_RESULT
 public static final String INVALID_RESULT

Methods

 o getExprType
 public short getExprType()
Returns the type of Expr this Expr represents

Returns:
the type of Expr this Expr represents
 o getFunctionName
 public String getFunctionName()
Returns the name of this function call

Returns:
the name of this function call
 o toString
 public String toString()
Returns the String representation of this FunctionCall

Returns:
the String representation of this FunctionCall
 o addExprParameter
 public void addExprParameter(Expr paramExpr)
 o removeExprParameter
 public boolean removeExprParameter(Expr paramExpr)

All Packages  Class Hierarchy  This Package  Previous  Next  Index