| Package | Description |
|---|---|
| org.basex.api.dom |
Basic DOM API.
|
| org.basex.query.expr |
XQuery expressions.
|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.iter |
XQuery iterators.
|
| org.basex.query.up.primitives | |
| org.basex.query.util |
XQuery utility classes.
|
| Constructor and Description |
|---|
BXNNode(NodeCache nb)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
NodeCache |
Constr.atts
Attribute array.
|
NodeCache |
Constr.children
Node array.
|
| Modifier and Type | Method and Description |
|---|---|
protected NodeCache |
Except.eval(Iter[] iter) |
protected NodeCache |
Union.eval(Iter[] iter) |
protected NodeCache |
InterSect.eval(Iter[] iter) |
| Constructor and Description |
|---|
FDoc(NodeCache ch,
byte[] b)
Constructor.
|
FElem(QNm nm,
NodeCache ch,
NodeCache at,
Atts nsp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NodeCache |
NodeCache.random()
Sets the internal duplicate flag, which indicates that duplicate and
unordered nodes might be added to this iterator.
|
NodeCache |
NodeCache.sort()
Sorts the nodes, if necessary.
|
| Constructor and Description |
|---|
InsertAfter(int p,
Data d,
InputInfo i,
NodeCache c)
Constructor.
|
InsertAttribute(int p,
Data d,
InputInfo i,
NodeCache c)
Constructor.
|
InsertBefore(int p,
Data d,
InputInfo i,
NodeCache c)
Constructor.
|
InsertInto(int p,
Data d,
InputInfo i,
NodeCache nc,
boolean l)
Constructor.
|
InsertIntoFirst(int p,
Data d,
InputInfo i,
NodeCache c)
Constructor.
|
ReplaceNode(int p,
Data d,
InputInfo i,
NodeCache c)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataBuilder.build(NodeCache nc)
Fills the data instance with the specified nodes.
|