Package | Description |
---|---|
org.basex.query.expr |
XQuery expressions.
|
org.basex.query.expr.ft |
XQuery Full Text expressions.
|
org.basex.query.iter |
XQuery iterators.
|
Modifier and Type | Method and Description |
---|---|
protected NodeIter |
Union.iter(Iter[] iter) |
protected NodeIter |
InterSect.iter(Iter[] iter) |
protected NodeIter |
Except.iter(Iter[] iter) |
NodeIter |
ValueAccess.iter(QueryContext qc) |
abstract NodeIter |
IndexAccess.iter(QueryContext qc) |
Modifier and Type | Method and Description |
---|---|
NodeIter |
FTIndexAccess.iter(QueryContext qc) |
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 |
NodeSeqBuilder
This class can be used to build new node sequences.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.