|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeSet | |
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 | |
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. |
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. |
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(NodeSet nodelist)
Create a NodeSet, and copy the members of the given NodeSet into it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |