Uses of Class
org.apache.xpath.axes.NodeSequence
| Package | Description |
|---|---|
| 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 NodeSequence in org.apache.xpath.objects
Subclasses of NodeSequence in org.apache.xpath.objects Modifier and Type Class Description classXNodeSetThis class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.classXNodeSetForDOMThis class overrides the XNodeSet#object() method to provide the original Node object, NodeList object, or NodeIterator.classXNullThis class represents an XPath null object, and is capable of converting the null to other types, such as a string.