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


Constructor Index

 o FalseFunctionCall()
Creates a new FalseFunctionCall

Method Index

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

Constructors

 o FalseFunctionCall
 public FalseFunctionCall()
Creates a new FalseFunctionCall

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