|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBNode | |
---|---|
org.basex.query | XQuery implementation. |
org.basex.query.expr | XQuery expressions. |
org.basex.query.iter | XQuery iterators. |
org.basex.query.up | |
org.basex.query.up.primitives | |
org.basex.query.value.node | |
org.basex.query.value.seq |
Uses of DBNode in org.basex.query |
---|
Methods in org.basex.query that return DBNode | |
---|---|
DBNode |
QueryResources.doc(QueryInput qi,
InputInfo info)
Evaluates fn:doc() : opens an existing database document, or creates a new
database and node. |
Uses of DBNode in org.basex.query.expr |
---|
Methods in org.basex.query.expr that return DBNode | |
---|---|
DBNode |
ParseExpr.checkDBNode(Item it)
Checks if the specified expression is a database node. |
Uses of DBNode in org.basex.query.iter |
---|
Methods in org.basex.query.iter with parameters of type DBNode | |
---|---|
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 ). |
Uses of DBNode in org.basex.query.up |
---|
Methods in org.basex.query.up that return DBNode | |
---|---|
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. |
Uses of DBNode in org.basex.query.up.primitives |
---|
Methods in org.basex.query.up.primitives that return DBNode | |
---|---|
abstract DBNode |
Operation.getTargetNode()
Returns the target node of this operation. |
DBNode |
Put.getTargetNode()
|
DBNode |
UpdatePrimitive.getTargetNode()
Creates a DBNode instance from the target node information. |
DBNode |
BasicOperation.getTargetNode()
|
DBNode |
DBCreate.getTargetNode()
|
Uses of DBNode in org.basex.query.value.node |
---|
Subclasses of DBNode in org.basex.query.value.node | |
---|---|
class |
FTNode
Disk-based full-text Node item. |
class |
FTPosNode
Database node with full-text positions. |
Methods in org.basex.query.value.node that return DBNode | |
---|---|
DBNode |
DBNode.copy()
|
DBNode |
DBNode.dbCopy(Prop prop)
|
DBNode |
ANode.dbCopy(Prop prop)
Returns a database node representation of the node. |
DBNode |
DBNode.deepCopy()
|
DBNode |
DBNode.finish()
|
DBNode |
DBNode.parent(ANode p)
|
Uses of DBNode in org.basex.query.value.seq |
---|
Methods in org.basex.query.value.seq that return DBNode | |
---|---|
DBNode |
DBNodeSeq.itemAt(long pos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |