Uses of Class
org.basex.data.FTMatches

Packages that use FTMatches
org.basex.data Contains classes for handling the XML table and textual data. 
org.basex.index Contains database index implementations. 
org.basex.query.item Contains XQuery 1.0 data types. 
 

Uses of FTMatches in org.basex.data
 

Methods in org.basex.data with parameters of type FTMatches
 void FTPosData.add(int pre, FTMatches all)
          Adds position data.
 boolean FTMatches.phrase(FTMatches all)
          Combines two matches as phrase.
 

Uses of FTMatches in org.basex.index
 

Methods in org.basex.index that return FTMatches
abstract  FTMatches FTIndexIterator.matches()
          Returns the next match.
 

Uses of FTMatches in org.basex.query.item
 

Fields in org.basex.query.item declared as FTMatches
 FTMatches FTItem.all
          Full-text matches.
 

Constructors in org.basex.query.item with parameters of type FTMatches
FTItem(FTMatches a, Data d, int p)
          Constructor, called by the index variant.
FTItem(FTMatches a, double s)
          Constructor, called by the sequential variant.