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
-
LastFunctionCall()
- Creates a new LastFunctionCall
-
evaluate(Node, ProcessorState)
- Evalutes this NodeSetFunctionCall using the given Node as
the context.
LastFunctionCall
public LastFunctionCall()
- Creates a new LastFunctionCall
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