Package | Description |
---|---|
org.basex.query.expr |
XQuery expressions.
|
org.basex.query.expr.constr |
Constructor expressions.
|
org.basex.query.util.list |
Query processor, list structures.
|
org.basex.query.value.array | |
org.basex.query.value.type |
Modifier and Type | Method and Description |
---|---|
protected Array |
ParseExpr.toArray(Expr e,
QueryContext qc)
Checks if the specified expression yields an array.
|
protected Array |
ParseExpr.toArray(Item it)
Assures that the specified item item is an array.
|
Modifier and Type | Method and Description |
---|---|
Array |
CArray.item(QueryContext qc,
InputInfo ii) |
Modifier and Type | Method and Description |
---|---|
Array |
ValueList.array()
Returns an XQuery array and invalidates the internal array.
|
Modifier and Type | Field and Description |
---|---|
static Array |
Array.EMPTY
Empty array.
|
Modifier and Type | Method and Description |
---|---|
static Array |
Array.get(Array array,
int start,
int size)
Factory method for subarrays.
|
static Array |
Array.get(Value... members)
Returns an instance of this class.
|
Array |
Array.materialize(InputInfo ii) |
Modifier and Type | Method and Description |
---|---|
static Array |
Array.get(Array array,
int start,
int size)
Factory method for subarrays.
|
Modifier and Type | Method and Description |
---|---|
Array |
ArrayType.cast(Item item,
QueryContext qc,
StaticContext sc,
InputInfo ii) |
Copyright © 2005–2015 BaseX Team. All rights reserved.