Uses of Class
org.apache.xpath.NodeSetDTM

Packages that use NodeSetDTM
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.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. 
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 NodeSetDTM in org.apache.xpath
 

Constructors in org.apache.xpath with parameters of type NodeSetDTM
NodeSetDTM.NodeSetDTM(NodeSetDTM nodelist)
          Create a NodeSetDTM, and copy the members of the given NodeSetDTM into it.
 

Uses of NodeSetDTM in org.apache.xpath.axes
 

Methods in org.apache.xpath.axes that return NodeSetDTM
 NodeSetDTM LocPathIterator.getCachedNodes()
          Get cached nodes.
 

Uses of NodeSetDTM in org.apache.xpath.objects
 

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



Copyright © 2001 Apache XML Project. All Rights Reserved.