Package org.basex.query.util

XQuery utility classes.

See:
          Description

Interface Summary
ItemSet This is an interface for indexing and retrieving items in a set.
 

Class Summary
Ann Annotations.
ANodeList This is a light-weight container for XML nodes.
ASTVisitor A visitor for all sub-expressions in an Expr.
ClientSessions Opened database client sessions.
Collation This class organizes collations.
CollationItemSet This set indexes items under the terms of a collation.
Compare Utility class for comparing XQuery values.
DataBuilder Class for building memory-based database nodes.
ExprList This is a simple container for expressions.
HashItemSet This is an efficient and memory-saving hash map for storing items.
IndexContext This class contains data required for index operations.
IndexCosts This class contains methods for analyzing the costs of index requests.
ItemValueMap Map for quickly indexing items.
JDBCConnections Opened JDBC connections.
JsonXMLConverter This class provides a parse method to convert JSON data to XML nodes.
NSContext This class references all statically known namespaces.
NSGlobal Global namespaces.
QNmCache This class caches frequently used QNames.
TypedFunc Wrapper that provides types for function expressions.
ValueList This is a simple container for values.
 

Enum Summary
Compare.Mode Flags.
Err This class contains all query error messages.
Err.ErrType Error types.
 

Package org.basex.query.util Description

XQuery utility classes.