org.apache.jcp.xml.dsig.internal.dom
Class ApacheNodeSetData
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.ApacheNodeSetData
- All Implemented Interfaces:
- Data, NodeSetData, ApacheData
public class ApacheNodeSetData
- extends Object
- implements ApacheData, NodeSetData
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApacheNodeSetData
public ApacheNodeSetData(XMLSignatureInput xi)
iterator
public 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
- 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–2014 The Apache Software Foundation. All rights reserved.