Package org.basex.data

Contains classes for handling the XML table and textual data.

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.
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 organizes the namespaces of a database.
NativeData This class stores and organizes the database table and the index structures for textual content in a compressed memory structure and redundantly passes the data on to a native application.
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
Data.Type Index types.
StatsKey.Kind Kind of Contents.
 

Package org.basex.data Description

Contains classes for handling the XML table and textual data.