All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.AndExpr
com.kvisco.xsl.AndExpr
- public class AndExpr
- implements Expr
Represents an AndExpr
- Author:
- Keith Visco
-
AndExpr(Expr, Expr)
-
-
evaluate(Node, ProcessorState)
- Evaluates this Expr using the given context Node and ProcessorState
-
getExprType()
- Returns the type of Expr this Expr represents
-
toString()
- Returns the String representation of this AndExpr
AndExpr
public AndExpr(Expr leftSideExpr,
Expr rightSideExpr)
getExprType
public short getExprType()
- Returns the type of Expr this Expr represents
- Returns:
- the type of Expr this Expr represents
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
toString
public String toString()
- Returns the String representation of this AndExpr
- Returns:
- the String representation of this AndExpr
All Packages Class Hierarchy This Package Previous Next Index