Package org.basex.query.xpath.internal

Contains internally used XPath expressions.

See:
          Description

Class Summary
AllOf This Expression assembles a number of similar comparisons which all has to evaluate true.
FTIndex This expression retrieves the ids of indexed fulltext terms.
IndexAccess This index class retrieves attribute values from the index.
IndexMatch This class is only internally used for index optimizations.
InternalExpr Abstract class for internal (optimized) XPath expressions.
OneOf This Expression assembles a number of similar comparisons of which one has to evaluate true.
Range IndexRange, performing numeric range queries.
RangeAccess This index class retrieves range values from the index.
 

Package org.basex.query.xpath.internal Description

Contains internally used XPath expressions.