Uses of Class
com.werken.xpath.impl.Op

Packages that use Op
com.werken.xpath.impl Contains implementation classes for evaluating XPath components 
 

Uses of Op in com.werken.xpath.impl
 

Fields in com.werken.xpath.impl declared as Op
static Op Op.AND
           
static Op Op.DIV
           
static Op Op.EQUAL
           
static Op Op.GT
           
static Op Op.GT_EQUAL
           
static Op Op.LT
           
static Op Op.LT_EQUAL
           
static Op Op.MINUS
           
static Op Op.MOD
           
static Op Op.MULTIPLY
           
static Op Op.NOT_EQUAL
           
static Op Op.OR
           
static Op Op.PLUS
           
static Op Op.UNION
           
 

Constructors in com.werken.xpath.impl with parameters of type Op
BinaryExpr(Op op, Expr lhs, Expr rhs)
           
 



Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.