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 evluate true.
Range RangeExpr Able to perform numeric range queries.
 

Package org.basex.query.xpath.internal Description

Contains internally used XPath expressions.