public interface ReferenceNodeSetData extends ReferenceData
ReferenceData
type containing a node-set.Modifier and Type | Method and Description |
---|---|
Iterator<Node> |
iterator()
Returns a read-only iterator over the nodes contained in this
NodeSetData in
document order. |
Iterator<Node> iterator()
NodeSetData
in
document order. Attempts to modify the returned iterator
via the remove
method throw
UnsupportedOperationException
.Iterator
over the nodes in this
NodeSetData
in document orderCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.