Uses of Class
org.basex.util.Tokenizer.FTUnit

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

Uses of Tokenizer.FTUnit in org.basex.query.ft
 

Constructors in org.basex.query.ft with parameters of type Tokenizer.FTUnit
FTDistance(FTExpr e, Expr[] d, Tokenizer.FTUnit u)
          Constructor.
FTScope(FTExpr e, Tokenizer.FTUnit u, boolean s)
          Constructor.
FTWindow(FTExpr e, Expr w, Tokenizer.FTUnit u)
          Constructor.
 

Uses of Tokenizer.FTUnit in org.basex.util
 

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

Methods in org.basex.util with parameters of type Tokenizer.FTUnit
 int Tokenizer.pos(int w, Tokenizer.FTUnit u)
          Calculates a position value, dependent on the specified unit.