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