Uses of Class
org.basex.data.Nodes

Packages that use Nodes
org.basex.core Database core classes. 
org.basex.data Database structures. 
org.basex.gui.view Visualizations and View Observer framework. 
org.basex.query XQuery implementation. 
 

Uses of Nodes in org.basex.core
 

Fields in org.basex.core declared as Nodes
 Nodes Context.copied
          Copied nodes.
 Nodes Context.marked
          Marked nodes.
 

Methods in org.basex.core that return Nodes
 Nodes Context.current()
          Returns the current node context.
 

Methods in org.basex.core with parameters of type Nodes
 void Context.current(Nodes curr)
          Sets the current node context.
 void Context.set(Nodes curr, Nodes mark)
          Sets the current context and marked node set and resets the focus.
 

Uses of Nodes in org.basex.data
 

Methods in org.basex.data that return Nodes
 Nodes Nodes.checkRoot()
          Checks if the node set contains all root nodes of the data instance.
 

Constructors in org.basex.data with parameters of type Nodes
Nodes(Nodes nds)
          Copy constructor.
 

Uses of Nodes in org.basex.gui.view
 

Methods in org.basex.gui.view with parameters of type Nodes
 void ViewNotifier.context(Nodes nodes, boolean quick, View vw)
          Notifies all views of a context change.
 void ViewNotifier.mark(Nodes mark, View vw)
          Notifies all views of a selection change.
 

Uses of Nodes in org.basex.query
 

Methods in org.basex.query that return Nodes
 Nodes QueryProcessor.queryNodes()
          Evaluates the specified query and returns the result nodes.
 

Methods in org.basex.query with parameters of type Nodes
 QueryProcessor QueryProcessor.context(Nodes nodes)
          Binds an initial nodeset to the context item.