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.
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 is a container for context nodes.
SAXSerializer This class allows to output XML results via SAX.
Serializer This is an interface for serializing XML results.
Skeleton This class stores the tree structure of a document.
Skeleton.Node Skeleton node.
StatsKey This class contains statistics for the tag or attribute name of a document.
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.