| Package | Description |
|---|---|
| org.basex.query.expr |
XQuery expressions.
|
| org.basex.query.ft |
XQuery Full Text expressions.
|
| org.basex.query.iter |
XQuery iterators.
|
| org.basex.query.path |
XQuery path expressions.
|
| Modifier and Type | Method and Description |
|---|---|
protected NodeIter |
Except.iter(Iter[] iter) |
protected NodeIter |
InterSect.iter(Iter[] iter) |
protected NodeIter |
Union.iter(Iter[] iter) |
NodeIter |
IndexAccess.iter(QueryContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
NodeIter |
FTIndexAccess.iter(QueryContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
AxisIter
Interface for light-weight axis iterators, throwing no exceptions.
|
class |
AxisMoreIter
Iterator interface, extending the default iterator with a
AxisMoreIter.more()
method. |
class |
NodeCache
Caching node iterator, returning sorted nodes.
|
| Modifier and Type | Method and Description |
|---|---|
NodeIter |
AxisStep.iter(QueryContext ctx) |