Uses of Class
org.basex.data.Nodes

Packages that use Nodes
org.basex.api.dom Provides a DOM API. 
org.basex.core This package contains the core classes. 
org.basex.gui.view Contains the views and the observer framework. 
org.basex.query Provides classes for querying the data. 
 

Uses of Nodes in org.basex.api.dom
 

Constructors in org.basex.api.dom with parameters of type Nodes
BXNList(Nodes n)
          Constructor.
 

Uses of Nodes in org.basex.core
 

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

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

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.jump(Nodes nodes)
          Notifies all views of a context switch without storing nodes in the history.
 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()
          Parses the specified query and returns the result nodes.
 

Constructors in org.basex.query with parameters of type Nodes
QueryProcessor(java.lang.String qu, Nodes n)
          XQuery Constructor.