Package org.basex.data

Contains BaseX data types, including the internal table representation in the Data class.

See:
          Description

Interface Summary
DataText This class assembles texts which are used in the data classes.
Result This is an interface for query results.
 

Class Summary
Data This class provides access to the database.
DiskData This class stores and organizes the node table and the index structures for textual content.
MemData This class stores and organizes the database table and the index structures for textual content in a compressed memory structure.
MetaData This class provides meta information on a database.
Nodes This is a container for context nodes.
ResultReader This class allows to output XML results via SAX.
Serialize This class provides serialization methods for the database contents.
 

Package org.basex.data Description

Contains BaseX data types, including the internal table representation in the Data class.