All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.functions.LastFunctionCall

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

public class LastFunctionCall
extends FunctionCall
A class that represents the XSL Last() function call


Constructor Index

 o LastFunctionCall()
Creates a new LastFunctionCall

Method Index

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

Constructors

 o LastFunctionCall
 public LastFunctionCall()
Creates a new LastFunctionCall

Methods

 o evaluate
 public ExprResult evaluate(Node context,
                            ProcessorState ps) throws InvalidExprException
Evalutes this NodeSetFunctionCall using the given Node as the context. This method will always return a NumberResult


All Packages  Class Hierarchy  This Package  Previous  Next  Index