|
Class Summary |
| Expression |
An XPath expression. |
| FilterExpression |
Represents a filter expression with predicates. |
| FunctionCall |
Represents a function call. |
| LocationPath |
A LocationPath consists of a list of Step objects
and an indication of whether it is an absolute location
path or not. |
| NameTest |
Represents a name test. |
| NodeTest |
Represents a node test. |
| NodeTypeTest |
Represents a node type test. |
| PathExpression |
Represents a path expression composed of a FilterExpression
and a relative LocationPath. |
| PredicateList |
A list of predicates, including the ability to filter a
node set through all predicates. |
| Step |
A step consists of an Axis, NodeTest
and a list of predicates which are Expression
objects. |
| sym |
CUP generated class containing symbol constants. |
| VariableReference |
Represents a variable reference. |
| XPathParser |
CUP v0.10k generated parser. |