All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.functions.PositionFunctionCall

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

public class PositionFunctionCall
extends FunctionCall

Constructor Index

 o PositionFunctionCall()
Creates a new PositionFunctionCall

Method Index

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

Constructors

 o PositionFunctionCall
 public PositionFunctionCall()
Creates a new PositionFunctionCall

Methods

 o evaluate
 public ExprResult evaluate(Node context,
                            ProcessorState ps)
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