Uses of Class
org.basex.util.ft.FTLexer

Packages that use FTLexer
org.basex.query XQuery implementation. 
org.basex.query.ft XQuery Full Text expressions. 
org.basex.util.ft Full-text specific utility classes. 
 

Uses of FTLexer in org.basex.query
 

Fields in org.basex.query declared as FTLexer
 FTLexer QueryContext.fttoken
          Current full-text token.
 

Uses of FTLexer in org.basex.query.ft
 

Methods in org.basex.query.ft with parameters of type FTLexer
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)
           
 

Uses of FTLexer in org.basex.util.ft
 

Methods in org.basex.util.ft that return FTLexer
 FTLexer FTLexer.init(byte[] txt)
           
 FTLexer FTLexer.sc()
          Sets the special character flag.