Uses of Package
org.basex.query

Packages that use org.basex.query
org.basex.core.parse   
org.basex.io.serial   
org.basex.query XQuery implementation. 
org.basex.query.expr XQuery expressions. 
org.basex.query.ft XQuery Full Text expressions. 
org.basex.query.func XQuery functions. 
org.basex.query.gflwor   
org.basex.query.iter XQuery iterators. 
org.basex.query.path XQuery path expressions. 
org.basex.query.regex.parse This module contains JavaCC-generated classes for parsing XSD regular expressions. 
org.basex.query.up   
org.basex.query.up.expr   
org.basex.query.up.primitives   
org.basex.query.util XQuery utility classes. 
org.basex.query.util.archive   
org.basex.query.util.crypto   
org.basex.query.util.format XQuery formatter utility classes. 
org.basex.query.util.http   
org.basex.query.util.inspect   
org.basex.query.util.json   
org.basex.query.util.pkg   
org.basex.query.util.unit   
org.basex.query.value XQuery data types. 
org.basex.query.value.item   
org.basex.query.value.map   
org.basex.query.value.node   
org.basex.query.value.seq   
org.basex.query.value.type   
org.basex.query.var   
org.basex.util.ft Full-text specific utility classes. 
 

Classes in org.basex.query used by org.basex.core.parse
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.io.serial
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query
LibraryModule
          An XQuery main module.
MainModule
          An XQuery main module.
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
QueryModule.Permission
          Permission required to call a function.
QueryParser
          Parser for XQuery expressions.
QueryProcessor
          This class is an entry point for evaluating XQuery implementations.
QueryResources
          This class provides access to resources used by an XQuery expression.
QueryStack
          The query stack, containing local variable bindings of all active scopes.
Scope
          Interface for all expressions defining a new variable scope.
StaticContext
          This class contains the static context of an expression.
StaticScope
          Superclass for static functions, variables and the main expression.
 

Classes in org.basex.query used by org.basex.query.expr
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.ft
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.func
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
Scope
          Interface for all expressions defining a new variable scope.
StaticContext
          This class contains the static context of an expression.
StaticDecl
          Common superclass for static functions and variables.
StaticScope
          Superclass for static functions, variables and the main expression.
 

Classes in org.basex.query used by org.basex.query.gflwor
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.iter
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.path
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.regex.parse
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.up
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.up.expr
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.up.primitives
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.util
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
Scope
          Interface for all expressions defining a new variable scope.
 

Classes in org.basex.query used by org.basex.query.util.archive
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.util.crypto
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.util.format
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.util.http
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.util.inspect
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
QueryParser
          Parser for XQuery expressions.
StaticScope
          Superclass for static functions, variables and the main expression.
 

Classes in org.basex.query used by org.basex.query.util.json
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.util.pkg
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
QueryParser
          Parser for XQuery expressions.
 

Classes in org.basex.query used by org.basex.query.util.unit
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.value
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.value.item
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
Scope
          Interface for all expressions defining a new variable scope.
StaticContext
          This class contains the static context of an expression.
 

Classes in org.basex.query used by org.basex.query.value.map
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.value.node
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.value.seq
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.value.type
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
 

Classes in org.basex.query used by org.basex.query.var
QueryContext
          This class organizes both static and dynamic properties that are specific to a single query.
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.
Scope
          Interface for all expressions defining a new variable scope.
StaticContext
          This class contains the static context of an expression.
StaticDecl
          Common superclass for static functions and variables.
StaticScope
          Superclass for static functions, variables and the main expression.
 

Classes in org.basex.query used by org.basex.util.ft
QueryException
          This class indicates exceptions during the parsing or evaluation of a query.