All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.functions.ExtensionFunctionCall

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

public class ExtensionFunctionCall
extends FunctionCall
A class for representing function call

Author:
Keith Visco (kvisco@ziplink.net)

Variable Index

 o FUNCTION_NOT_DEFINED

Constructor Index

 o ExtensionFunctionCall(String)

Method Index

 o evaluate(Node, ProcessorState)
Evaluates this Expr using the given context Node and ProcessorState
 o getNameSpace()
Returns the namespace that this function call is in

Variables

 o FUNCTION_NOT_DEFINED
 public static final String FUNCTION_NOT_DEFINED

Constructors

 o ExtensionFunctionCall
 public ExtensionFunctionCall(String name)

Methods

 o evaluate
 public ExprResult evaluate(Node context,
                            ProcessorState ps) throws InvalidExprException
Evaluates this Expr using the given context Node and ProcessorState

Parameters:
context - the current context Node
ps - the ProcessorState that contains the current processing environment
Returns:
the ExprResult
 o getNameSpace
 public String getNameSpace()
Returns the namespace that this function call is in


All Packages  Class Hierarchy  This Package  Previous  Next  Index