Uses of Class
org.basex.index.IndexIterator

Packages that use IndexIterator
org.basex.data Contains classes for handling the XML table and textual data. 
org.basex.index Contains database index implementations. 
 

Uses of IndexIterator in org.basex.data
 

Methods in org.basex.data that return IndexIterator
 IndexIterator Data.ids(IndexToken token)
          Returns the indexed id references for the specified token.
 

Uses of IndexIterator in org.basex.index
 

Subclasses of IndexIterator in org.basex.index
 class FTIndexIterator
          This interface provides methods for returning index results.
 

Methods in org.basex.index that return IndexIterator
 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)