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)
-
FUNCTION_NOT_DEFINED
-
-
ExtensionFunctionCall(String)
-
-
evaluate(Node, ProcessorState)
- Evaluates this Expr using the given context Node and ProcessorState
-
getNameSpace()
- Returns the namespace that this function call is in
FUNCTION_NOT_DEFINED
public static final String FUNCTION_NOT_DEFINED
ExtensionFunctionCall
public ExtensionFunctionCall(String name)
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
getNameSpace
public String getNameSpace()
- Returns the namespace that this function call is in
All Packages Class Hierarchy This Package Previous Next Index