Uses of Class
org.basex.index.FTNode

Packages that use FTNode
org.basex.index Contains database index implementations. 
org.basex.query.item Contains XQuery 1.0 data types. 
 

Uses of FTNode in org.basex.index
 

Methods in org.basex.index that return FTNode
 FTNode IndexArrayIterator.nextFTNode()
          Returns the next FTNode.
 

Methods in org.basex.index with parameters of type FTNode
 boolean FTNode.merge(FTNode n, int w)
          Merges n to the current FTNode.
 

Uses of FTNode in org.basex.query.item
 

Fields in org.basex.query.item declared as FTNode
 FTNode FTNodeItem.ftn
          FTNode object.
 

Constructors in org.basex.query.item with parameters of type FTNode
FTNodeItem(FTNode ftnode, Data dat)
          Constructor.