Uses of Class
org.apache.xpath.NodeSet
Packages that use NodeSet
Package
Description
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
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 NodeSetModifier and TypeMethodDescriptionstatic NodeSet
Extensions.nodeset
(ExpressionContext myProcessor, 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, 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 NodeSetModifier and TypeMethodDescriptionvoid
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