|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Type | |
|---|---|
| org.basex.query.func | Contains XQuery 1.0 functions. |
| org.basex.query.item | Contains XQuery 1.0 data types. |
| org.basex.query.path | Contains XQuery 1.0 path expressions. |
| org.basex.query.util | Contains XQuery utility classes. |
| Uses of Type in org.basex.query.func |
|---|
| Methods in org.basex.query.func that return Type | |
|---|---|
static Type |
FunJava.type(java.lang.Object o)
Returns an appropriate XQuery data type for the specified Java object. |
| Uses of Type in org.basex.query.item |
|---|
| Fields in org.basex.query.item declared as Type | |
|---|---|
Type |
Type.par
Parent type. |
Type |
SeqType.type
Sequence type. |
Type |
Item.type
Data type. |
| Methods in org.basex.query.item that return Type | |
|---|---|
static Type |
Type.find(QNm type,
boolean nodes)
Finds and returns the specified data type. |
static Type |
Type.node(QNm type)
Finds and returns the specified node type. |
static Type |
Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.basex.query.item with parameters of type Type | |
|---|---|
boolean |
Type.instance(Type t)
Checks if the specified type is an instance of the current type. |
static int |
Nod.kind(Type t)
Returns a database kind for the specified node type. |
| Constructors in org.basex.query.item with parameters of type Type | |
|---|---|
DBNode(Data d,
int p,
Nod r,
Type t)
Constructor. |
|
Dec(java.math.BigDecimal d,
Type t)
Constructor. |
|
Dur(byte[] v,
Type t)
Constructor. |
|
Dur(Dur d,
Type t)
Constructor. |
|
Itr(long v,
Type t)
Constructor. |
|
| Uses of Type in org.basex.query.path |
|---|
| Fields in org.basex.query.path declared as Type | |
|---|---|
Type |
Test.type
Node test. |
| Constructors in org.basex.query.path with parameters of type Type | |
|---|---|
KindTest(Type t)
Constructor. |
|
KindTest(Type t,
QNm ext)
Constructor. |
|
| Uses of Type in org.basex.query.util |
|---|
| Methods in org.basex.query.util with parameters of type Type | |
|---|---|
static void |
Err.cast(Type t,
Item it)
Throws a numeric type exception. |
static void |
Err.date(byte[] i,
Type t,
java.lang.String ex)
Throws a date format exception. |
static void |
Err.range(Type t,
byte[] v)
Throws a date range exception. |
static void |
Err.type(java.lang.String inf,
Type t,
Item it)
Throws a type exception. |
static void |
Err.value(Type t,
java.lang.Object v)
Throws an invalid value exception. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||