Uses of Class
org.apache.xpath.NodeSet
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description voidNodeSet. addNodes(NodeSet ns)Copy NodeList members into this nodelist, adding in document order.voidNodeSet. appendNodes(NodeSet nodes)Append the nodes to the list.Constructors in org.apache.xpath with parameters of type NodeSet Constructor Description NodeSet(NodeSet nodelist)Create a NodeSet, and copy the members of the given NodeSet into it.