|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Subclasses of NodeSetDTM in org.apache.xpath.axes | |
class |
RTFIterator
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |