Package | Description |
---|---|
org.basex.query.expr |
XQuery expressions.
|
org.basex.query.func |
XQuery functions.
|
org.basex.query.func.http |
HTTP Functions.
|
org.basex.query.iter |
XQuery iterators.
|
org.basex.query.up.expr | |
org.basex.query.value |
XQuery values.
|
org.basex.query.value.item | |
org.basex.query.value.seq |
Modifier and Type | Method and Description |
---|---|
ValueIter |
Lookup.iter(QueryContext qc) |
ValueIter |
Extension.iter(QueryContext qc) |
Modifier and Type | Method and Description |
---|---|
ValueIter |
Closure.iter(QueryContext qc) |
Modifier and Type | Method and Description |
---|---|
ValueIter |
HttpResponse.getResponse(HttpURLConnection conn,
boolean body,
String mtype)
Constructs http:response element and reads HTTP response content.
|
ValueIter |
HttpSendRequest.iter(QueryContext qc) |
Modifier and Type | Class and Description |
---|---|
class |
ValueBuilder
This class can be used to build new sequences.
|
Modifier and Type | Method and Description |
---|---|
ValueIter |
Transform.iter(QueryContext qc) |
ValueIter |
Modify.iter(QueryContext qc) |
Modifier and Type | Method and Description |
---|---|
abstract ValueIter |
Value.iter()
Returns an iterator.
|
ValueIter |
Value.iter(QueryContext qc) |
Modifier and Type | Method and Description |
---|---|
ValueIter |
Item.iter() |
Modifier and Type | Field and Description |
---|---|
static ValueIter |
Empty.ITER
Empty iterator.
|
Modifier and Type | Method and Description |
---|---|
ValueIter |
Seq.iter() |
ValueIter |
Empty.iter() |
Copyright © 2005–2015 BaseX Team. All rights reserved.