Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
org.basex.query.func |
XQuery functions.
|
org.basex.query.func.http |
HTTP Functions.
|
org.basex.query.iter |
XQuery iterators.
|
org.basex.query.value |
XQuery values.
|
org.basex.query.value.map | |
org.basex.query.value.type |
Modifier and Type | Field and Description |
---|---|
ValueBuilder |
QueryResources.output
Pending output.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StandardFunc.cache(Iter iter,
ValueBuilder vb,
QueryContext qc)
Caches and materializes all items of the specified iterator.
|
Modifier and Type | Field and Description |
---|---|
ValueBuilder |
HttpRequest.bodyContent
Body content.
|
ValueBuilder |
HttpRequest.Part.bodyContent
Content of part body.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
HttpRequestParser.parse(ANode request,
ValueBuilder bodies)
Parses an
|
Modifier and Type | Method and Description |
---|---|
ValueBuilder |
ValueBuilder.add(Item item)
Adds a single item.
|
ValueBuilder |
ValueBuilder.add(Value value)
Adds the contents of a value.
|
Modifier and Type | Method and Description |
---|---|
ValueBuilder |
Value.cache()
Creates an
ValueBuilder , containing all items of this value. |
Modifier and Type | Method and Description |
---|---|
ValueBuilder |
Map.apply(FItem func,
QueryContext qc,
InputInfo ii)
Applies a function on all entries.
|
ValueBuilder |
Map.values()
All values defined in this map.
|
Modifier and Type | Method and Description |
---|---|
void |
SeqType.promote(QueryContext qc,
StaticContext sc,
InputInfo ii,
Item item,
boolean opt,
ValueBuilder vb)
Promotes an item to the type of this sequence type.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.