|
Class Summary |
| AbbreviatedPaths |
AbbreviatedPaths provides constants for the common used LocationSteps. |
| ComposedPath |
ComposedPath is an expression for the production rule
"FilterExpr '/' RelativeLocationPath". |
| FilteredLocationStep |
A FilteredLocationStep is a LocationStep with a simple filter predicate
that uses axis iterators for evaluation and is therefore faster
than a heavyweight PredicateExpression. |
| LocationStep |
An expression class to represent XPath location steps
with and without predicate filters. |
| LocationStepChain |
A LocationStepChain is a sequence of single location steps,
chained together by the '/' operator. |
| PredicateExpression |
PredicateExpression represents a predicate that filters a nodeset resulting
from another expression. |
| RootPath |
The RootPath represents the path expression "/". |
| SimpleLocationStep |
An LocationStep without predicate filters- |