Uses of Interface
org.apache.commons.jxpath.NodeSet

Packages that use NodeSet
org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration. 
org.apache.commons.jxpath.ri Reference implementation of JXPath. 
org.apache.commons.jxpath.ri.axes Implementations of EvalContext used for different XPath axes (child::, parent:: etc). 
org.apache.commons.jxpath.util   
 

Uses of NodeSet in org.apache.commons.jxpath
 

Classes in org.apache.commons.jxpath that implement NodeSet
 class BasicNodeSet
          A simple implementation of NodeSet that behaves as a collection of pointers.
 

Uses of NodeSet in org.apache.commons.jxpath.ri
 

Methods in org.apache.commons.jxpath.ri that return NodeSet
 NodeSet EvalContext.getNodeSet()
          Returns the list of all Pointers in this context for all positions of the parent contexts.
 

Uses of NodeSet in org.apache.commons.jxpath.ri.axes
 

Fields in org.apache.commons.jxpath.ri.axes declared as NodeSet
private  NodeSet NodeSetContext.nodeSet
           
 

Methods in org.apache.commons.jxpath.ri.axes that return NodeSet
 NodeSet NodeSetContext.getNodeSet()
           
 

Constructors in org.apache.commons.jxpath.ri.axes with parameters of type NodeSet
NodeSetContext(EvalContext parentContext, NodeSet nodeSet)
           
 

Uses of NodeSet in org.apache.commons.jxpath.util
 

Classes in org.apache.commons.jxpath.util that implement NodeSet
(package private) static class BasicTypeConverter.ValueNodeSet