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

Method Index

 o evaluate(Node, ProcessorState)
Evalutes this BooleanExpr using the given Node as the context
 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 BooleanExpr

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
Evalutes this BooleanExpr using the given Node as the context

 o 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