|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xml.enc.dom.NodeSetDataImpl
public class NodeSetDataImpl
Constructor Summary | |
---|---|
NodeSetDataImpl(java.util.Iterator iter)
|
Method Summary | |
---|---|
java.util.Iterator |
iterator()
Returns a read-only iterator over the nodes contained in this NodeSetData in
document order. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeSetDataImpl(java.util.Iterator iter)
Method Detail |
---|
public java.util.Iterator iterator()
NodeSetData
NodeSetData
in
document order. Attempts to modify the returned iterator
via the remove
method throw
UnsupportedOperationException
.
iterator
in interface NodeSetData
Iterator
over the nodes in this
NodeSetData
in document order
|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |