Uses of Package
org.basex.index

Packages that use org.basex.index
org.basex.data Contains BaseX data types, including the internal table representation in the Data class. 
org.basex.index Contains database index implementations. 
org.basex.query.xpath.internal Contains internally used XPath expressions. 
org.basex.query.xpath.locpath Contains classes for the evaluation of XPath 1.0 location steps. 
 

Classes in org.basex.index used by org.basex.data
Index
          This interface defines the methods which have to be implemented by an index structure.
Index.TYPE
          Index types.
Names
          This class indexes and organizes the tags or attribute names, used in an XML document.
 

Classes in org.basex.index used by org.basex.index
Index
          This interface defines the methods which have to be implemented by an index structure.
Index.TYPE
          Index types.
IndexBuilder
          This interface defines the functions which are needed for building new index structures.
Values
          This class provides access to attribute values and text contents stored on disk.
Words
          This class provides access to words of attribute values and text contents stored on disk.
WordsCTA
          This class indexes text contents in a compressed trie on disk.
 

Classes in org.basex.index used by org.basex.query.xpath.internal
Index.TYPE
          Index types.
 

Classes in org.basex.index used by org.basex.query.xpath.locpath
Index.TYPE
          Index types.