All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.OrExpr

com.kvisco.xsl.OrExpr

public class OrExpr
implements Expr
Represents an OrExpr

Author:
Keith Visco (kvisco@ziplink.net)

Constructor Index

 o OrExpr(Expr, Expr)

Method Index

 o evaluate(Node, ProcessorState)
Evaluates this Expr using the given context Node and ProcessorState
 o evaluate(Node, ProcessorState)
Evaluates this Expr using the given context Node and ProcessorState
 o getExprType()
Returns the type of Expr this Expr represents
 o toString()
Returns the String representation of this AndExpr

Constructors

 o OrExpr
 public OrExpr(Expr leftSideExpr,
               Expr rightSideExpr)

Methods

 o getExprType
 public short getExprType()
Returns the type of Expr this Expr represents

Returns:
the type of Expr this Expr represents
 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 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