Uses of Class
org.basex.data.FTMatch

Packages that use FTMatch
org.basex.data Database structures. 
org.basex.query.ft XQuery Full Text expressions. 
 

Uses of FTMatch in org.basex.data
 

Fields in org.basex.data declared as FTMatch
 FTMatch[] FTMatches.match
          Full-text matches.
 

Methods in org.basex.data that return FTMatch
 FTMatch FTMatch.add(FTMatch mtc)
          Adds a all matches of a full-text match.
 FTMatch FTMatch.add(FTStringMatch m)
          Adds a string match.
protected  FTMatch FTMatch.copy()
          Creates a deep copy of this container.
 

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

Methods in org.basex.data with parameters of type FTMatch
 void FTMatches.add(FTMatch m)
          Adds a match entry.
 FTMatch FTMatch.add(FTMatch mtc)
          Adds a all matches of a full-text match.
 boolean FTMatch.notin(FTMatch mtc)
          Checks if the full-text match is not part of the specified match.
 

Uses of FTMatch in org.basex.query.ft
 

Methods in org.basex.query.ft with parameters of type FTMatch
protected abstract  boolean FTFilter.filter(QueryContext ctx, FTMatch m, FTLexer ft)
          Evaluates the filter expression.
protected  boolean FTScope.filter(QueryContext ctx, FTMatch mtc, FTLexer lex)
           
protected  boolean FTWindow.filter(QueryContext ctx, FTMatch mtc, FTLexer lex)
           
protected  boolean FTContent.filter(QueryContext ctx, FTMatch mtc, FTLexer lex)
           
protected  boolean FTOrder.filter(QueryContext ctx, FTMatch mtc, FTLexer lex)
           
protected  boolean FTDistance.filter(QueryContext ctx, FTMatch mtc, FTLexer lex)