Package org.basex.data

This package contains the main database structures.

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 storage.
DiskData This class stores and organizes the database table and the index structures for textual content in a compressed disk structure.
DOTSerializer This class allows to output XML results via SAX.
FTMatch Match full-text container, referencing several FTStringMatch instances.
FTMatches AllMatches full-text container, referencing several FTMatch instances.
FTPos This class contains full-text positions.
FTPosData This class provides a container for query full-text positions, which is evaluated by the visualizations.
FTStringMatch Single full-text string match.
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 contains 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 different kinds of query results.
StatsKey This class provides statistics for a tag or attribute name and its contents.
XMLSerializer This class serializes XML results.
 

Enum Summary
Data.Type Index types.
StatsKey.Kind Kind of Contents.
 

Package org.basex.data Description

This package contains the main database structures.