Uses of Class org.apache.xpath.NodeSet

Uses in package org.apache.xalan.lib

Methods with return type org.apache.xpath.NodeSet

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.
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.

Uses in package org.apache.xpath

Constructors with parameter type org.apache.xpath.NodeSet

Create a NodeSet, and copy the members of the given NodeSet into it.

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.

Copyright B) 2006 Apache XML Project. All Rights Reserved.