All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.BooleanExpr
com.kvisco.xsl.BooleanExpr
- public class BooleanExpr
- implements Expr
This class represents a BooleanExpr
[24] BooleanExpr ::= AndExpr | OrExpr | PrimaryExpr
- Author:
- Keith Visco
-
evaluate(Node, ProcessorState)
- Evalutes this BooleanExpr using the given Node as
the context
-
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 BooleanExpr
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
- Evalutes this BooleanExpr using the given Node as
the context
toString
public String toString()
- Returns the String representation of this BooleanExpr
- Returns:
- the String representation of this BooleanExpr
All Packages Class Hierarchy This Package Previous Next Index