Uses of Class
org.basex.query.xpath.values.NodeSet

Packages that use NodeSet
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.locpath Contains classes for the evaluation of XPath 1.0 location steps. 
org.basex.query.xpath.values Contains containers for XPath 1.0 data types. 
 

Uses of NodeSet in org.basex.query.xpath
 

Fields in org.basex.query.xpath declared as NodeSet
 NodeSet XPContext.local
          Data reference.
 

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

Methods in org.basex.query.xpath.expr that return NodeSet
 NodeSet Union.eval(XPContext ctx)
           
 NodeSet Path.eval(XPContext ctx)
           
 NodeSet InterSect.eval(XPContext ctx)
           
 NodeSet FTUnion.eval(XPContext ctx)
           
 NodeSet FTNotExprs.eval(XPContext ctx)
           
 NodeSet FTIntersection.eval(XPContext ctx)
           
 NodeSet Filter.eval(XPContext ctx)
           
 

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

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

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

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

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

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

Uses of NodeSet in org.basex.query.xpath.values
 

Methods in org.basex.query.xpath.values that return NodeSet
 NodeSet NodeSet.eval(XPContext ctx)