Package | Description |
---|---|
org.basex.query.value.item | |
org.basex.query.value.node | |
org.basex.query.value.type |
Modifier and Type | Method and Description |
---|---|
Type.ID |
Item.typeId()
Returns a type id.
|
Modifier and Type | Method and Description |
---|---|
Type.ID |
FDoc.typeId() |
Type.ID |
DBNode.typeId() |
Modifier and Type | Field and Description |
---|---|
static Type.ID[] |
Type.ID.VALUES
Cached enums (faster).
|
Modifier and Type | Method and Description |
---|---|
static Type.ID |
Type.ID.get(byte b)
Gets the ID for the given byte value.
|
Type.ID |
Type.id()
Returns a type id to differentiate all types.
|
Type.ID |
NodeType.id() |
Type.ID |
ListType.id() |
Type.ID |
FuncType.id() |
Type.ID |
AtomType.id() |
static Type.ID |
Type.ID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type.ID[] |
Type.ID.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.