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 thisNodeSetDatain document order.
-
Method Details
-
iterator
Returns a read-only iterator over the nodes contained in thisNodeSetDatain document order. Attempts to modify the returned iterator via theremovemethod throwUnsupportedOperationException.- Returns:
- an
Iteratorover the nodes in thisNodeSetDatain document order
-