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

Packages that use FTOpt.FTMode
org.basex.query.ft This package contains all XQuery Full Text expressions. 
 

Uses of FTOpt.FTMode in org.basex.query.ft
 

Methods in org.basex.query.ft that return FTOpt.FTMode
static FTOpt.FTMode FTOpt.FTMode.valueOf(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.
 

Constructors in org.basex.query.ft with parameters of type FTOpt.FTMode
FTWords(Expr e, FTOpt.FTMode m, Expr[] o)
          Sequential constructor.