Uses of Class
org.basex.query.util.Compare.Mode

Packages that use Compare.Mode
org.basex.query.util XQuery utility classes. 
 

Uses of Compare.Mode in org.basex.query.util
 

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

Methods in org.basex.query.util with parameters of type Compare.Mode
 Compare Compare.flag(Compare.Mode f)
          Sets the specified flag.