Uses of Class
org.basex.query.path.Test.Mode

Packages that use Test.Mode
org.basex.query.path XQuery path expressions. 
 

Uses of Test.Mode in org.basex.query.path
 

Fields in org.basex.query.path declared as Test.Mode
 Test.Mode Test.mode
          Type of name test.
 

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

Constructors in org.basex.query.path with parameters of type Test.Mode
NameTest(QNm nm, Test.Mode t, boolean att)
          Constructor.