All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.functions.IdRefFunctionCall
com.kvisco.xsl.functions.FunctionCall
|
+----com.kvisco.xsl.functions.IdRefFunctionCall
- public class IdRefFunctionCall
- extends FunctionCall
This class represents an Id() function call
- Author:
- Keith Visco
-
IdRefFunctionCall()
- Creates an IdFunctionCall
-
evaluate(Node, ProcessorState)
- Evaluates this Expr using the given context Node and ProcessorState
IdRefFunctionCall
public IdRefFunctionCall()
- Creates an IdFunctionCall
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
All Packages Class Hierarchy This Package Previous Next Index