XML Security, 1.6

com.ibm.xml.crypto.dsig.dom.transform
Class TreeNodeSetData

java.lang.Object
  extended by com.ibm.xml.crypto.dsig.dom.NodeSetDataImpl
      extended by com.ibm.xml.crypto.dsig.dom.transform.TreeNodeSetData
All Implemented Interfaces:
Data, NodeSetData

public class TreeNodeSetData
extends NodeSetDataImpl


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

getTopNode

public org.w3c.dom.Node getTopNode()

isWithComments

public boolean isWithComments()

getOmittedNode

public org.w3c.dom.Node getOmittedNode()

iterator

public java.util.Iterator iterator()
Description copied from interface: NodeSetData
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.

Specified by:
iterator in interface NodeSetData
Overrides:
iterator in class NodeSetDataImpl
Returns:
an Iterator over the nodes in this NodeSetData in document order

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.