Interface ReferenceNodeSetData
- All Superinterfaces:
ReferenceData
- All Known Implementing Classes:
ReferenceSubTreeData
An abstract representation of a
ReferenceData
type containing a node-set.-
Method Summary
Modifier and TypeMethodDescriptioniterator()
Returns a read-only iterator over the nodes contained in thisNodeSetData
in document order.
-
Method Details
-
iterator
Returns a read-only iterator over the nodes contained in thisNodeSetData
in document order. Attempts to modify the returned iterator via theremove
method throwUnsupportedOperationException
.- Returns:
- an
Iterator
over the nodes in thisNodeSetData
in document order
-