Uses of Class
org.apache.xpath.NodeSet

Packages that use NodeSet
org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java 
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 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 Extensions.intersection(org.w3c.dom.traversal.NodeIterator ni1, org.w3c.dom.traversal.NodeIterator ni2)
          Returns the intersection of two node-sets.
static NodeSet Extensions.difference(org.w3c.dom.traversal.NodeIterator ni1, org.w3c.dom.traversal.NodeIterator ni2)
          Returns the difference between two node-sets.
static NodeSet Extensions.distinct(ExpressionContext myContext, org.w3c.dom.traversal.NodeIterator ni)
          Returns node-set containing distinct string values.
static NodeSet Extensions.tokenize(ExpressionContext myContext, java.lang.String toTokenize, java.lang.String delims)
          Returns a NodeSet containing one text node for each token in the first argument.
static NodeSet Extensions.tokenize(ExpressionContext myContext, java.lang.String toTokenize)
          Returns a NodeSet containing one text node for each token in the first argument.
 

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.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.