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

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

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

Fields in org.basex.query.xpath.expr declared as FTOption.WILD
 FTOption.WILD FTOption.ftWild
          Wildcard search (default: without wildcards).
 

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