org.jcp.xml.dsig.internal.dom
Class ApacheNodeSetData
java.lang.Object
org.jcp.xml.dsig.internal.dom.ApacheNodeSetData
- All Implemented Interfaces:
- Data, NodeSetData, ApacheData
public class ApacheNodeSetData
- extends Object
- implements ApacheData, NodeSetData
Disabled: no SafeJ information.
Constructor Summary |
ApacheNodeSetData(com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput xi)
|
Method Summary |
com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput |
getXMLSignatureInput()
Returns the XMLSignatureInput. |
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 |
ApacheNodeSetData
public ApacheNodeSetData(com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput xi)
- Class is disabled.
iterator
public Iterator iterator()
- Class is disabled.
- 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 com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput getXMLSignatureInput()
- Class is disabled.
- Description copied from interface:
ApacheData
- Returns the XMLSignatureInput.
- Specified by:
getXMLSignatureInput
in interface ApacheData