Uses of Interface
org.basex.index.IndexToken

Packages that use IndexToken
org.basex.data Contains classes for handling the XML table and textual data. 
org.basex.index Contains database index implementations. 
org.basex.query.expr Contains XQuery 1.0 expressions. 
org.basex.util Provides utility classes. 
 

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
 

Classes in org.basex.index that implement IndexToken
 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 tok)
           
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 it)
           
 int MemValues.nrIDs(IndexToken it)
           
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 ind)
           
 

Uses of IndexToken in org.basex.query.expr
 

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

Uses of IndexToken in org.basex.util
 

Classes in org.basex.util that implement IndexToken
 class Tokenizer
          Full-text tokenizer.