Package | Description |
---|---|
org.basex.query.expr |
XQuery expressions.
|
org.basex.query.iter |
XQuery iterators.
|
Modifier and Type | Method and Description |
---|---|
protected NodeSeqBuilder |
Union.eval(Iter[] iter) |
protected NodeSeqBuilder |
InterSect.eval(Iter[] iter) |
protected NodeSeqBuilder |
Except.eval(Iter[] iter) |
Modifier and Type | Method and Description |
---|---|
NodeSeqBuilder |
NodeSeqBuilder.check()
Checks all nodes for potential duplicates and their orderedness.
|
NodeSeqBuilder |
NodeSeqBuilder.sort()
Sorts the nodes if necessary.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.