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

Packages that use NodeBuilder
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 NodeBuilder in org.basex.query.xpath.item
 

Methods in org.basex.query.xpath.item with parameters of type NodeBuilder
 void NodeBuilder.add(NodeBuilder build)
          Adds a node set.
 

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

Methods in org.basex.query.xpath.locpath with parameters of type NodeBuilder
 void Test.eval(Data data, int pre, int kind, NodeBuilder result)
          Evaluates a node test.
 void Preds.eval(XPContext ctx, NodeBuilder nodes, NodeBuilder result)
          Evaluates the predicates.