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.xpath.internal Contains internally used XPath expressions. 
org.basex.query.xpath.locpath Contains classes for the evaluation of XPath 1.0 location steps. 
 

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 FTFuzzy.ids(IndexToken ind)
           
 IndexIterator MemValues.ids(IndexToken ind)
           
 IndexIterator Values.ids(IndexToken tok)
           
abstract  IndexIterator Index.ids(IndexToken tok)
          Returns an iterator for the index results.
 IndexIterator FTTrie.ids(IndexToken ind)
           
 int FTFuzzy.nrIDs(IndexToken index)
           
 int MemValues.nrIDs(IndexToken ind)
           
 int Values.nrIDs(IndexToken tok)
           
abstract  int Index.nrIDs(IndexToken tok)
          Returns the (approximate/estimated) number of ids for the specified token.
 int FTTrie.nrIDs(IndexToken ind)
           
 

Uses of IndexToken in org.basex.query.xpath.internal
 

Constructors in org.basex.query.xpath.internal with parameters of type IndexToken
IndexAccess(IndexToken i)
          Constructor.
 

Uses of IndexToken in org.basex.query.xpath.locpath
 

Methods in org.basex.query.xpath.locpath that return IndexToken
 IndexToken LocPath.indexable(XPContext ctx, Expr exp, Comp cmp)
          Checks if the path is indexable.