Package org.basex.query

This package contains the XQuery implementation.

See:
          Description

Interface Summary
QueryText This class assembles textual information of the XQuery package.
QueryTokens This class contains common tokens for the query implementations.
 

Class Summary
ExprInfo Expression information.
IndexContext Container for all information needed to determine whether an index is accessible or not.
QueryContext This abstract query expression provides the architecture for a compiled query. // *
QueryParser Simple query parser; can be overwritten to support more complex parsings.
QueryProcessor This abstract class contains various methods which allow querying in the database.
QuerySuggest This class analyzes the current path and gives suggestions for code completions.
 

Exception Summary
QueryException This class indicates exceptions during query parsing or evaluation.
 

Package org.basex.query Description

This package contains the XQuery implementation.