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

Constructor Index

 o BooleanFunctionCall()
Creates a new BooleanFunctionCall

Method Index

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

Constructors

 o BooleanFunctionCall
 public BooleanFunctionCall()
Creates a new BooleanFunctionCall

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