Uses of Class
org.basex.query.xquery.path.Test.Kind

Packages that use Test.Kind
org.basex.query.xquery.path Contains XQuery 1.0 path expressions. 
 

Uses of Test.Kind in org.basex.query.xquery.path
 

Fields in org.basex.query.xquery.path declared as Test.Kind
 Test.Kind Test.kind
          Test type.
 

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

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