| Package | Description |
|---|---|
| org.basex.query.expr |
XQuery expressions.
|
| org.basex.query.item |
XQuery data types.
|
| org.basex.query.iter |
XQuery iterators.
|
| org.basex.query.up | |
| org.basex.query.up.primitives |
| Modifier and Type | Method and Description |
|---|---|
DBNode |
ParseExpr.checkDBNode(Item it)
Checks if the specified expression is a database node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FTNode
Disk-based full-text Node item.
|
| Modifier and Type | Method and Description |
|---|---|
DBNode |
DBNode.copy() |
DBNode |
DBNode.finish() |
DBNode |
DBNodeSeq.itemAt(long pos) |
DBNode |
DBNode.parent(ANode p) |
| Modifier and Type | Method and Description |
|---|---|
int |
NodeCache.binarySearch(DBNode nd,
int start,
int length)
Performs a binary search on the given range of this sequence iterator,
assuming that all nodes are
DBNodes from the same Data
instance (i.e., NodeCache.dbnodes() returns true). |
| Modifier and Type | Method and Description |
|---|---|
DBNode |
Updates.determineDataRef(ANode target,
QueryContext ctx)
Determines the data reference and pre value for an update primitive
which has a fragment as a target node.
|
| Modifier and Type | Method and Description |
|---|---|
DBNode |
UpdatePrimitive.targetNode()
Creates a
DBNode instance from the target node information. |