Uses of Class
org.basex.query.value.node.DBNode
Packages that use DBNode
Package
Description
XQuery implementation.
XQuery functions.
Database Functions.
Fetch Functions.
XQuery iterators.
Query processor, list structures.
-
Uses of DBNode in org.basex.query
Methods in org.basex.query that return DBNodeModifier and TypeMethodDescriptionQueryResources.doc(QueryInput qi, InputInfo ii) Evaluatesfn:doc(): opens an existing database document, or creates a new database and node. -
Uses of DBNode in org.basex.query.func
Methods in org.basex.query.func that return DBNode -
Uses of DBNode in org.basex.query.func.db
Methods in org.basex.query.func.db with parameters of type DBNode -
Uses of DBNode in org.basex.query.func.fetch
Methods in org.basex.query.func.fetch that return DBNodeModifier and TypeMethodDescriptionprotected DBNodeFetchXml.fetch(IO io, QueryContext qc) Parses the input and creates an XML document. -
Uses of DBNode in org.basex.query.iter
Methods in org.basex.query.iter that return DBNode -
Uses of DBNode in org.basex.query.up
Methods in org.basex.query.up that return DBNodeModifier and TypeMethodDescriptionUpdates.determineDataRef(ANode target, QueryContext qc) 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.node
Methods in org.basex.query.up.primitives.node that return DBNode -
Uses of DBNode in org.basex.query.util.list
Methods in org.basex.query.util.list with parameters of type DBNodeModifier and TypeMethodDescriptionintANodeBuilder.binarySearch(DBNode node, int start, int length) Performs a binary search on the given range of this sequence iterator. -
Uses of DBNode in org.basex.query.value.node
Subclasses of DBNode in org.basex.query.value.nodeModifier and TypeClassDescriptionfinal classDisk-based full-text Node item.final classDatabase node with full-text positions.Methods in org.basex.query.value.node that return DBNodeModifier and TypeMethodDescriptionfinal DBNodeANode.copy(MainOptions options, QueryContext qc) Creates a database node copy from this node.final DBNodeANode.copy(QueryContext qc) Creates a database node copy from this node.final DBNodeDBNode.finish()final DBNodeDBNode.materialize(QueryContext qc, boolean copy) -
Uses of DBNode in org.basex.query.value.seq
Methods in org.basex.query.value.seq that return DBNode