Package | Description |
---|---|
com.werken.xpath.impl |
Contains implementation classes for evaluating XPath components
|
Modifier and Type | Field and 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 |
Constructor and Description |
---|
BinaryExpr(Op op,
Expr lhs,
Expr rhs) |
Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.