All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.functions.CountFunctionCall

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

public class CountFunctionCall
extends FunctionCall
A class that represents the XSL count(NodeSetExpr) function call

Author:
Keith Visco

Constructor Index

 o CountFunctionCall()
Creates a new CountFunctionCall Function Call

Method Index

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

Constructors

 o CountFunctionCall
 public CountFunctionCall()
Creates a new CountFunctionCall Function Call

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 NumberResult


All Packages  Class Hierarchy  This Package  Previous  Next  Index