Uses of Class
org.apache.xpath.NodeSet
-
Packages that use NodeSet Package Description org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java, including EXSLT functions.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.xalan.lib
Methods in org.apache.xalan.lib that return NodeSet Modifier and Type Method Description static NodeSet
Extensions. nodeset(ExpressionContext myProcessor, java.lang.Object rtf)
This method is an extension that implements as a Xalan extension the node-set function also found in xt and saxon.static NodeSet
ExsltCommon. nodeSet(ExpressionContext myProcessor, java.lang.Object rtf)
The exsl:node-set function converts a result tree fragment (which is what you get when you use the content of xsl:variable rather than its select attribute to give a variable value) into a node set. -
Uses of NodeSet in org.apache.xpath
Methods in org.apache.xpath with parameters of type NodeSet Modifier and Type Method Description 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 Constructor Description NodeSet(NodeSet nodelist)
Create a NodeSet, and copy the members of the given NodeSet into it.
-