| Package | Description |
|---|---|
| org.basex.query.path |
XQuery path expressions.
|
| Modifier and Type | Field and Description |
|---|---|
Test.Mode |
Test.mode
Type of name test.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
NameTest(QNm nm,
Test.Mode t,
boolean att)
Constructor.
|