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.
DOTSerializer This class allows to output XML results via SAX.
FTPosData This class provides a container for query fulltext positions for any visualization.
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.
Namespaces This class organizes the namespaces of a database.
Nodes This class stores node references of a database in an ascending order.
PathNode This class represents a node of the path summary.
PathSummary This class stores the path summary of a document.
SAXSerializer This class allows to output XML results via SAX.
Serializer This is an interface for serializing XML results.
StatsKey This class provides statistics for a tag or attribute name and its contents.
XMLSerializer This is an interface for serializing XML results.
 

Enum Summary
StatsKey.Kind Kind of Contents.
 

Package org.basex.data Description

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