|
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.crypto.dsig.dom.NodeSetDataImpl
com.ibm.xml.crypto.dsig.dom.transform.TreeNodeSetData
public class TreeNodeSetData
Method Summary | |
---|---|
org.w3c.dom.Node |
getOmittedNode()
|
org.w3c.dom.Node |
getTopNode()
|
boolean |
isWithComments()
|
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 |
Method Detail |
---|
public org.w3c.dom.Node getTopNode()
public boolean isWithComments()
public org.w3c.dom.Node getOmittedNode()
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
in class NodeSetDataImpl
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 |