Uses of Class
org.basex.query.xpath.item.Nod

Packages that use Nod
org.basex.api.dom Provides a DOM API. 
org.basex.query.xpath Includes an implementation of XPath 1.0. 
org.basex.query.xpath.expr Contains XPath 1.0 expressions. 
org.basex.query.xpath.func Contains XPath 1.0 functions. 
org.basex.query.xpath.internal Contains internally used XPath expressions. 
org.basex.query.xpath.item Contains containers for XPath 1.0 data types. 
org.basex.query.xpath.locpath Contains classes for the evaluation of XPath 1.0 location steps. 
 

Uses of Nod in org.basex.api.dom
 

Constructors in org.basex.api.dom with parameters of type Nod
BXNList(Nod ns)
          Constructor.
 

Uses of Nod in org.basex.query.xpath
 

Fields in org.basex.query.xpath declared as Nod
 Nod XPContext.item
          Data reference.
 

Uses of Nod in org.basex.query.xpath.expr
 

Methods in org.basex.query.xpath.expr that return Nod
 Nod Filter.eval(XPContext ctx)
           
 Nod FTContainsNS.eval(XPContext ctx)
           
 Nod InterSect.eval(XPContext ctx)
           
 Nod Union.eval(XPContext ctx)
           
 

Uses of Nod in org.basex.query.xpath.func
 

Methods in org.basex.query.xpath.func that return Nod
 Nod Nodes.eval(XPContext ctx)
           
 Nod Distinct.eval(XPContext ctx)
           
 Nod Id.eval(XPContext ctx)
           
 Nod Doc.eval(XPContext ctx)
           
 

Uses of Nod in org.basex.query.xpath.internal
 

Methods in org.basex.query.xpath.internal that return Nod
 Nod IndexMatch.eval(XPContext ctx)
           
 Nod RangeAccess.eval(XPContext ctx)
           
 Nod IndexAccess.eval(XPContext ctx)
           
 

Uses of Nod in org.basex.query.xpath.item
 

Methods in org.basex.query.xpath.item that return Nod
 Nod Nod.eval(XPContext ctx)
           
 

Uses of Nod in org.basex.query.xpath.locpath
 

Methods in org.basex.query.xpath.locpath that return Nod
abstract  Nod LocPath.eval(XPContext ctx)
           
 Nod LocPathAbs.eval(XPContext ctx)
           
 Nod Steps.eval(XPContext ctx)
          Evaluates the location steps.
 Nod LocPathRel.eval(XPContext ctx)