All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.functions.TrueFunctionCall

com.kvisco.xsl.functions.FunctionCall
   |
   +----com.kvisco.xsl.functions.TrueFunctionCall

public class TrueFunctionCall
extends FunctionCall
A class that represents the XSL True() function call

Author:
Keith Visco

Constructor Index

 o TrueFunctionCall()
Creates a new TrueFunctionCall

Method Index

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

Constructors

 o TrueFunctionCall
 public TrueFunctionCall()
Creates a new TrueFunctionCall

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