Package | Description |
---|---|
org.basex.query.expr.path |
XQuery path expressions.
|
org.basex.query.up | |
org.basex.query.value.node | |
org.basex.query.value.type |
Modifier and Type | Field and Description |
---|---|
NodeType |
Test.type
Node kind.
|
Modifier and Type | Method and Description |
---|---|
static Test |
Test.get(NodeType t)
Returns a test instance.
|
Constructor and Description |
---|
NodeTest(NodeType nt,
QNm nm)
Constructor.
|
NodeTest(NodeType type,
QNm name,
Type ext,
boolean strip)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
NamePool.add(QNm name,
NodeType type)
Adds an entry to the pool and increases its number of occurrence.
|
Modifier and Type | Method and Description |
---|---|
NodeType |
ANode.nodeType()
Returns this Node's node type.
|
static NodeType |
ANode.type(int k)
Returns a node type for the specified database kind.
|
Modifier and Type | Method and Description |
---|---|
static int |
ANode.kind(NodeType t)
Returns a database kind for the specified node type.
|
Modifier and Type | Method and Description |
---|---|
static NodeType |
NodeType.find(QNm type)
Finds and returns the specified node type.
|
NodeType |
NodeType.intersect(Type t) |
static NodeType |
NodeType.valueOf(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.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.