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.xalan.transformer In charge of run-time transformations and the production of result trees. 
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. 
org.apache.xpath.objects Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. 
 

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(NodeIterator ni1, NodeIterator ni2)
          Returns the intersection of two node-sets.
static NodeSet Extensions.difference(NodeIterator ni1, NodeIterator ni2)
          Returns the difference between two node-sets.
static NodeSet Extensions.distinct(NodeIterator ni)
          Returns node-set containing distinct string values.
 

Uses of NodeSet in org.apache.xalan.transformer
 

Constructors in org.apache.xalan.transformer with parameters of type NodeSet
ResultTreeFrag.ResultTreeFrag(Document docFactory, NodeSet children, XPathContext support)
          **For internal use only**  
 

Uses of NodeSet in org.apache.xpath
 

Methods in org.apache.xpath with parameters of type NodeSet
 void NodeSet.addNodes(NodeSet ns)
          **For advanced use only** Copy NodeList members into this nodelist, adding in document order.
 

Constructors in org.apache.xpath with parameters of type NodeSet
NodeSet.NodeSet(NodeSet nodelist)
          **For advanced use only** Create a NodeSet, and copy the members of the given NodeSet into it.
 

Uses of NodeSet in org.apache.xpath.objects
 

Methods in org.apache.xpath.objects that return NodeSet
 NodeSet XObject.mutableNodeset()
          Cast result object to a nodelist.
 NodeSet XNodeSet.mutableNodeset()
          Cast result object to a nodelist.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.