Uses of Class
org.apache.xpath.NodeSet

Packages that use NodeSet
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
 

Uses of NodeSet in org.apache.xpath
 

Methods in org.apache.xpath with parameters of type NodeSet
 void NodeSet.addNodes(NodeSet ns)
          Copy NodeList members into this nodelist, adding in document order.
 void NodeSet.appendNodes(NodeSet nodes)
          Append the nodes to the list.
 

Constructors in org.apache.xpath with parameters of type NodeSet
NodeSet(NodeSet nodelist)
          Create a NodeSet, and copy the members of the given NodeSet into it.