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 Ancestor Step.
StepAncOrSelf Ancestor-or-self Step.
StepAttr Attribute Step.
StepDesc Descendant Step.
StepDescOrSelf Descendant-or-self Step.
StepFoll Following Step.
StepFollSibl Following-sibling Step.
StepParent Parent Step.
StepPrec Preceding Step.
StepPrecSibl Preceding-sibling Step.
Steps Location Steps.
StepSelf Self 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.