All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.functions.GenerateIDFunctionCall

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

public class GenerateIDFunctionCall
extends FunctionCall

Constructor Index

 o GenerateIDFunctionCall()
Creates a new GenerateIDFunctionCall

Method Index

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

Constructors

 o GenerateIDFunctionCall
 public GenerateIDFunctionCall()
Creates a new GenerateIDFunctionCall

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