Uses of Class
org.basex.index.FTNode

Packages that use FTNode
org.basex.index Contains database index implementations. 
org.basex.query.xpath.expr Contains XPath 1.0 expressions. 
org.basex.query.xpath.internal Contains internally used XPath expressions. 
 

Uses of FTNode in org.basex.index
 

Methods in org.basex.index that return FTNode
 FTNode IndexArrayIterator.nextFTNode()
          Get next FTNode.
abstract  FTNode IndexIterator.nextFTNodeFD()
          Returns the next result as FTNode object.
 FTNode IndexArrayIterator.nextFTNodeFD()
           
 

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.xpath.expr
 

Methods in org.basex.query.xpath.expr that return FTNode
 FTNode FTUnion.next(XPContext ctx)
           
 FTNode FTNotIter.next(XPContext ctx)
           
 FTNode FTIntersection.next(XPContext ctx)
           
 FTNode FTArrayExpr.next(XPContext ctx)
          Returns the next ftquery result.
 FTNode FTMildNotIter.next(XPContext ctx)
           
 FTNode FTSelect.next(XPContext ctx)
           
 

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

Methods in org.basex.query.xpath.internal that return FTNode
 FTNode FTIndex.next(XPContext ctx)