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