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.functions Implements XPath functions -- each function is derived from Function, FunctionOneArg, Function2Args, etc, with number-of-arguments checking being applied mainly at compile time -- this package only implements XPath functions, XSLT functions are found in the "templates" package. 
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 nodelist)
          Create a NodeSetDTM, and copy the members of the given NodeSetDTM into it.
 

Uses of NodeSetDTM in org.apache.xpath.axes
 

Subclasses of NodeSetDTM in org.apache.xpath.axes
 class RTFIterator
           
 

Uses of NodeSetDTM in org.apache.xpath.functions
 

Methods in org.apache.xpath.functions with parameters of type NodeSetDTM
private  StringVector FuncId.getNodesByID(XPathContext xctxt, int docContext, java.lang.String refval, StringVector usedrefs, NodeSetDTM nodeSet, boolean mayBeMore)
          Fill in a list with nodes that match a space delimited list if ID ID references.
 

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.