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

Constructor Index

 o IdRefFunctionCall()
Creates an IdFunctionCall

Method Index

 o evaluate(Node, ProcessorState)
Evaluates this Expr using the given context Node and ProcessorState

Constructors

 o IdRefFunctionCall
 public IdRefFunctionCall()
Creates an IdFunctionCall

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index