All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.functions.BooleanFunctionCall
com.kvisco.xsl.functions.FunctionCall
|
+----com.kvisco.xsl.functions.BooleanFunctionCall
- public class BooleanFunctionCall
- extends FunctionCall
A class that represents the XSL Boolean(BooleanExpr) function call
- Author:
- Keith Visco
-
BooleanFunctionCall()
- Creates a new BooleanFunctionCall
-
evaluate(Node, ProcessorState)
- Evalutes this FunctionCall using the given Node as
the context.
BooleanFunctionCall
public BooleanFunctionCall()
- Creates a new BooleanFunctionCall
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 BooleanResult
All Packages Class Hierarchy This Package Previous Next Index