Package org.basex.query.xpath.locpath

Contains classes for the evaluation of XPath 1.0 location steps.

See:
          Description

Class Summary
LocPath LocationPath (absolute or relative).
LocPathAbs Absolute Location Path Expression.
LocPathRel Relative Location Path Expression.
Pred XPath predicate.
PredPos Position predicate.
Preds Location Steps.
PredSimple XPath predicate.
Step Single Location Step.
StepAnc Axis Step.
StepAncOrSelf Axis Step.
StepAttr Axis Step.
StepDesc Axis Step.
StepDescOrSelf Axis Step.
StepFoll Axis Step.
StepFollSibl Axis Step.
StepParent Axis Step.
StepPrec Axis Step.
StepPrecSibl Axis Step.
Steps Location Steps.
StepSelf Axis Step.
Test Abstract NodeTest.
TestName NodeTest testing for a name match.
TestNode Node Test testing for a specific NodeType.
TestPI XPath Processing Instruction Test.
 

Enum Summary
Axis Defined Axes in XPath.
 

Package org.basex.query.xpath.locpath Description

Contains classes for the evaluation of XPath 1.0 location steps.