Uses of Class
org.basex.query.xpath.expr.FTOption.CASE

Packages that use FTOption.CASE
org.basex.query.xpath.expr Contains XPath 1.0 expressions. 
 

Uses of FTOption.CASE in org.basex.query.xpath.expr
 

Fields in org.basex.query.xpath.expr declared as FTOption.CASE
 FTOption.CASE FTOption.ftCase
          Case sensitivity (default: case insensitive).
 

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