Uses of Class
org.basex.data.Nodes

Packages that use Nodes
org.basex.api.dom This package provides a basic DOM API. 
org.basex.core This package contains the database core classes. 
org.basex.gui.view This package contains all visualizations and the view observer framework. 
org.basex.query This package contains the XQuery implementation. 
 

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
 

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

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.
 

Constructors in org.basex.query with parameters of type Nodes
QueryProcessor(String qu, Nodes nodes, Context cx)
          Constructor with an initial context set.