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

Packages that use FTOpt
org.basex.query This package contains the XQuery implementation. 
org.basex.query.ft This package contains all XQuery Full Text expressions. 
org.basex.util This package assembles utility classes. 
 

Uses of FTOpt in org.basex.query
 

Fields in org.basex.query declared as FTOpt
 FTOpt QueryContext.ftopt
          Current full-text options.
 

Uses of FTOpt in org.basex.query.ft
 

Methods in org.basex.query.ft with parameters of type FTOpt
 void FTOpt.init(FTOpt opt)
          Compiles the full-text options, inheriting the options of the argument.
 

Constructors in org.basex.query.ft with parameters of type FTOpt
FTOptions(FTExpr e, FTOpt o)
          Constructor.
 

Uses of FTOpt in org.basex.util
 

Constructors in org.basex.util with parameters of type FTOpt
Tokenizer(byte[] txt, FTOpt fto, boolean f, Prop pr)
          Constructor.