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

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

Uses of FTUnit in org.basex.query.ft
 

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

Uses of FTUnit in org.basex.util.ft
 

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

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