|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Type | |
---|---|
org.basex.query.func | This package contains all XQuery functions. |
org.basex.query.item | This package contains XQuery data types. |
org.basex.query.path | This package contains XQuery path expressions. |
org.basex.query.up | This package contains XQuery Update expressions. |
org.basex.query.util | This package contains XQuery utility classes. |
org.deepfs.fsml | This package contains the core classes of the DeepFS project. |
Uses of Type in org.basex.query.func |
---|
Methods in org.basex.query.func that return Type | |
---|---|
static Type |
FunJava.type(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. |
static Type[] |
DBNode.TYPES
Node Types. |
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(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(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.up |
---|
Methods in org.basex.query.up with parameters of type Type | |
---|---|
void |
NamePool.add(QNm name,
Type type)
Adds an entry to the pool. |
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,
String ex)
Throws a date format exception. |
static void |
Err.range(Type t,
byte[] v)
Throws a date range exception. |
static void |
Err.type(String inf,
Type t,
Item it)
Throws a type exception. |
static void |
Err.value(Type t,
Object v)
Throws an invalid value exception. |
Uses of Type in org.deepfs.fsml |
---|
Methods in org.deepfs.fsml that return Type | |
---|---|
Type |
MetaElem.getType()
Returns the xml datatype for the metadata attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |