Uses of Class
org.basex.index.IndexToken

Packages that use IndexToken
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.expr Contains XQuery 1.0 expressions. 
 

Uses of IndexToken in org.basex.data
 

Methods in org.basex.data with parameters of type IndexToken
 IndexIterator Data.ids(IndexToken token)
          Returns the indexed id references for the specified token.
 int Data.nrIDs(IndexToken token)
          Returns the number of indexed id references for the specified token.
 

Uses of IndexToken in org.basex.index
 

Subclasses of IndexToken in org.basex.index
 class FTTokenizer
          Full-text tokenizer.
 class RangeToken
          This class defines access to index text tokens.
 class ValuesToken
          This class defines access to index text tokens.
 

Methods in org.basex.index with parameters of type IndexToken
 IndexIterator Values.ids(IndexToken tok)
           
 IndexIterator MemValues.ids(IndexToken ind)
           
abstract  IndexIterator Index.ids(IndexToken tok)
          Returns an iterator for the index results.
 IndexIterator FTTrie.ids(IndexToken ind)
           
 IndexIterator FTFuzzy.ids(IndexToken ind)
           
 int Values.nrIDs(IndexToken tok)
           
 int MemValues.nrIDs(IndexToken ind)
           
abstract  int Index.nrIDs(IndexToken tok)
          Returns the (approximate/estimated) number of ids for the specified token.
 int FTTrie.nrIDs(IndexToken ind)
           
 int FTFuzzy.nrIDs(IndexToken index)
           
 

Uses of IndexToken in org.basex.query.expr
 

Constructors in org.basex.query.expr with parameters of type IndexToken
IndexAccess(IndexToken i, IndexContext ic)
          Constructor.