Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
org.basex.query.func |
XQuery functions.
|
org.basex.query.iter |
XQuery iterators.
|
org.basex.query.up | |
org.basex.query.up.primitives.node | |
org.basex.query.value.node | |
org.basex.query.value.seq |
Modifier and Type | Method and Description |
---|---|
DBNode |
QueryResources.doc(QueryInput qi,
IO baseIO,
InputInfo info)
Evaluates
fn:doc() : opens an existing database document, or creates a new
database and node. |
Modifier and Type | Method and Description |
---|---|
protected DBNode |
StandardFunc.toDBNode(Item it)
Checks if the specified expression is a database node.
|
Modifier and Type | Method and Description |
---|---|
int |
NodeSeqBuilder.binarySearch(DBNode n,
int start,
int length)
Performs a binary search on the given range of this sequence iterator,
assuming that all nodes are
DBNode s from the same Data
instance (i.e., NodeSeqBuilder.dbnodes() returns true ). |
Modifier and Type | Method and Description |
---|---|
DBNode |
Updates.determineDataRef(ANode target,
QueryContext qc)
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 |
NodeUpdate.node()
Creates a
DBNode instance from the target node information. |
Modifier and Type | Class and Description |
---|---|
class |
FTNode
Disk-based full-text Node item.
|
class |
FTPosNode
Database node with full-text positions.
|
Modifier and Type | Method and Description |
---|---|
DBNode |
DBNode.copy() |
DBNode |
DBNode.dbCopy(MainOptions opts) |
DBNode |
ANode.dbCopy(MainOptions opts)
Returns a database node representation of the node.
|
DBNode |
DBNode.deepCopy(MainOptions options) |
DBNode |
DBNode.finish() |
protected DBNode |
DBNode.parent(ANode p) |
Modifier and Type | Method and Description |
---|---|
DBNode |
DBNodeSeq.itemAt(long pos) |
Copyright © 2005–2015 BaseX Team. All rights reserved.