Uses of Class
org.basex.data.FTStringMatch

Packages that use FTStringMatch
org.basex.data Contains classes for handling the XML table and textual data. 
 

Uses of FTStringMatch in org.basex.data
 

Methods in org.basex.data that return types with arguments of type FTStringMatch
 java.util.Iterator<FTStringMatch> FTMatch.iterator()
           
 

Methods in org.basex.data with parameters of type FTStringMatch
 FTMatch FTMatch.add(FTStringMatch m)
          Adds a string match.
 int FTStringMatch.compareTo(FTStringMatch sm)