| Package | Description |
|---|---|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.path |
XQuery path expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeType |
NodeType.find(QNm type)
Finds and returns the specified node type.
|
NodeType |
ANode.nodeType()
Returns this Node's node type.
|
static NodeType |
ANode.type(int k)
Returns a node type for the specified database kind.
|
static NodeType |
NodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ANode.kind(NodeType t)
Returns a database kind for the specified node type.
|
| Modifier and Type | Field and Description |
|---|---|
NodeType |
Test.type
Type of node test.
|
| Modifier and Type | Method and Description |
|---|---|
static Test |
Test.get(NodeType t)
Returns a test instance.
|
| Constructor and Description |
|---|
ExtTest(NodeType t,
QNm nm)
Constructor.
|
ExtTest(NodeType t,
QNm nm,
Type et,
boolean st)
Constructor.
|