Uses of Class
org.apache.xpath.NodeSetDTM
-
Packages that use NodeSetDTM Package Description 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 Constructor Description 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 Modifier and Type Class Description class
RTFIterator
-
Uses of NodeSetDTM in org.apache.xpath.objects
Methods in org.apache.xpath.objects that return NodeSetDTM Modifier and Type Method Description NodeSetDTM
XNodeSet. mutableNodeset()
Cast result object to a mutableNodeset.NodeSetDTM
XObject. mutableNodeset()
Cast result object to a nodelist.
-