FileDocCategorySizeDatePackage
NodeSetData.javaAPI DocJava SE 6 API1110Tue Jun 10 00:27:06 BST 2008javax.xml.crypto

NodeSetData

public interface NodeSetData implements Data
An abstract representation of a Data type containing a node-set. The type (class) and ordering of the nodes contained in the set are not defined by this class; instead that behavior should be defined by NodeSetData subclasses.
author
Sean Mullan
author
JSR 105 Expert Group
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public java.util.Iteratoriterator()
Returns a read-only iterator over the nodes contained in this NodeSetData in document order. Attempts to modify the returned iterator via the remove method throw UnsupportedOperationException.

return
an Iterator over the nodes in this NodeSetData in document order