| Package | Description |
|---|---|
| org.basex.query.func |
XQuery functions.
|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.iter |
XQuery iterators.
|
| org.basex.query.up.expr | |
| org.basex.query.util.http |
| Modifier and Type | Method and Description |
|---|---|
ValueIter |
UserFunc.iter(QueryContext ctx) |
ValueIter |
InlineFunc.iter(QueryContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
static ValueIter |
Empty.ITER
Empty iterator.
|
| Modifier and Type | Method and Description |
|---|---|
ValueIter |
Empty.iter() |
ValueIter |
Seq.iter() |
abstract ValueIter |
Value.iter()
Returns an iterator.
|
ValueIter |
Item.iter() |
ValueIter |
Value.iter(QueryContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemCache
Item iterator.
|
| Modifier and Type | Method and Description |
|---|---|
ValueIter |
Transform.iter(QueryContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
ValueIter |
HTTPResponse.getResponse(java.net.HttpURLConnection conn,
byte[] status,
byte[] mediaTypeOvr)
Constructs http:response element and reads HTTP response content.
|