Uses of Class
org.basex.query.FTOpt.FTMode

Packages that use FTOpt.FTMode
org.basex.query Provides classes for querying the data. 
org.basex.query.xpath.expr Contains XPath 1.0 expressions. 
org.basex.query.xquery.expr Contains XQuery 1.0 expressions. 
 

Uses of FTOpt.FTMode in org.basex.query
 

Methods in org.basex.query that return FTOpt.FTMode
static FTOpt.FTMode FTOpt.FTMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FTOpt.FTMode[] FTOpt.FTMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of FTOpt.FTMode in org.basex.query.xpath.expr
 

Constructors in org.basex.query.xpath.expr with parameters of type FTOpt.FTMode
FTWords(byte[] t, FTOpt.FTMode m, long[] o)
          Constructor.
 

Uses of FTOpt.FTMode in org.basex.query.xquery.expr
 

Constructors in org.basex.query.xquery.expr with parameters of type FTOpt.FTMode
FTWords(Expr e, FTOpt.FTMode m, Expr[] o)
          Constructor.