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


Constructor Index

 o NotFunctionCall()
Creates a new NotFunctionCall

Method Index

 o evaluate(Node, ProcessorState)
Evalutes this FunctionCall using the given Node as the context.

Constructors

 o NotFunctionCall
 public NotFunctionCall()
Creates a new NotFunctionCall

Methods

 o 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