Uses of Class
com.werken.xpath.impl.Op
-
Packages that use Op Package Description 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 Modifier and Type Field Description 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 Constructor Description BinaryExpr(Op op, Expr lhs, Expr rhs)
-