org.apache.jcp.xml.dsig.internal.dom
Class ApacheNodeSetData

java.lang.Object
  extended by org.apache.jcp.xml.dsig.internal.dom.ApacheNodeSetData
All Implemented Interfaces:
Data, NodeSetData, ApacheData

public class ApacheNodeSetData
extends Object
implements ApacheData, NodeSetData


Constructor Summary
ApacheNodeSetData(XMLSignatureInput xi)
           
 
Method Summary
 XMLSignatureInput getXMLSignatureInput()
          Returns the XMLSignatureInput.
 Iterator<Node> 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

ApacheNodeSetData

public ApacheNodeSetData(XMLSignatureInput xi)
Method Detail

iterator

public Iterator<Node> 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
Returns:
an Iterator over the nodes in this NodeSetData in document order

getXMLSignatureInput

public XMLSignatureInput getXMLSignatureInput()
Description copied from interface: ApacheData
Returns the XMLSignatureInput.

Specified by:
getXMLSignatureInput in interface ApacheData


Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.