Package | Description |
---|---|
com.werken.xpath.impl |
Contains implementation classes for evaluating XPath components
|
com.werken.xpath.parser |
Contains generated Java classes from the antlr grammar.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbbrStep |
|
class |
BinaryExpr |
|
class |
FilterExpr |
|
class |
FunctionExpr |
|
class |
LocationPath |
|
class |
NameTestStep |
|
class |
NegativeExpr |
|
class |
NodeTypeStep |
|
class |
NumberExpr |
|
class |
ParentStep |
|
class |
PathExpr |
|
class |
PIStep |
|
class |
SelfStep |
|
class |
Step |
|
class |
StringExpr |
|
class |
UnAbbrStep |
|
class |
VariableExpr |
Constructor | Description |
---|---|
BinaryExpr(Op op,
Expr lhs,
Expr rhs) |
|
FilterExpr(Expr expr) |
|
NegativeExpr(Expr expr) |
|
Predicate(Expr expr) |
Modifier and Type | Method | Description |
---|---|---|
Expr |
XPathRecognizer.additive_expr() |
|
Expr |
XPathRecognizer.and_expr() |
|
Expr |
XPathRecognizer.argument() |
|
Expr |
XPathRecognizer.equality_expr() |
|
Expr |
XPathRecognizer.expr() |
|
Expr |
XPathRecognizer.literal() |
|
Expr |
XPathRecognizer.mult_expr() |
|
Expr |
XPathRecognizer.number() |
|
Expr |
XPathRecognizer.or_expr() |
|
Expr |
XPathRecognizer.primary_expr() |
|
Expr |
XPathRecognizer.relational_expr() |
|
Expr |
XPathRecognizer.unary_expr() |
|
Expr |
XPathRecognizer.union_expr() |
|
Expr |
XPathRecognizer.xpath() |
Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.