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