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 Provides classes for querying the data. 
org.basex.query.xpath Includes an implementation of XPath 1.0. 
org.basex.query.xpath.expr Contains XPath 1.0 expressions. 
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. 
org.basex.query.xquery Includes an implementation of XQuery 1.0. 
 

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.
IndexIterator
          This interface provides methods for returning index results.
IndexToken
          This class defines access to index tokens.
IndexToken.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
FTFuzzy
          This class provides access to attribute values and text contents stored on disk.
FTNode
          XPath Value representing a full-text Node.
FTTokenizer
          Full-text tokenizer.
FTTrie
          This class indexes text contents in a compressed trie on disk.
Index
          This interface defines the methods which have to be implemented by an index structure.
IndexArrayIterator
          This interface provides methods for returning index results.
IndexBuilder
          This interface defines the functions which are needed for building new index structures.
IndexIterator
          This interface provides methods for returning index results.
IndexToken
          This class defines access to index tokens.
IndexToken.Type
          Index types.
Values
          This class provides access to attribute values and text contents stored on disk.
 

Classes in org.basex.index used by org.basex.query
FTTokenizer
          Full-text tokenizer.
 

Classes in org.basex.index used by org.basex.query.xpath
FTTokenizer
          Full-text tokenizer.
 

Classes in org.basex.index used by org.basex.query.xpath.expr
FTNode
          XPath Value representing a full-text Node.
 

Classes in org.basex.index used by org.basex.query.xpath.internal
FTNode
          XPath Value representing a full-text Node.
IndexToken
          This class defines access to index tokens.
RangeToken
          This class defines access to index text tokens.
 

Classes in org.basex.index used by org.basex.query.xpath.locpath
IndexToken
          This class defines access to index tokens.
 

Classes in org.basex.index used by org.basex.query.xquery
FTTokenizer
          Full-text tokenizer.