Uses of Interface
org.basex.index.IndexToken

Packages that use IndexToken
org.basex.data This package contains the main database structures. 
org.basex.index This package contains all database index structures. 
org.basex.query.expr This package contains all XQuery expressions. 
org.basex.util This package assembles utility classes. 
 

Uses of IndexToken in org.basex.data
 

Methods in org.basex.data with parameters of type IndexToken
 IndexIterator PathSummary.ids(IndexToken tok)
           
 IndexIterator Data.ids(IndexToken token)
          Returns the indexed id references for the specified token.
 int PathSummary.nrIDs(IndexToken tok)
           
 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)
           
 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)
           
 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.