Frames | No Frames |
Methods with parameter type org.apache.xpath.NodeSet | |
void | Copy NodeList members into this nodelist, adding in
document order. |
void | Append the nodes to the list.
|
Constructors with parameter type org.apache.xpath.NodeSet | |
Create a NodeSet, and copy the members of the
given NodeSet into it.
|
Methods with return type org.apache.xpath.NodeSet | |
NodeSet | 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. |
NodeSet | This method is an extension that implements as a Xalan extension
the node-set function also found in xt and saxon.
|