XML Security, 1.6

com.ibm.xml.crypto.dsig.dom.transform
Class Enveloped.OmittingIterator

java.lang.Object
  extended by com.ibm.xml.crypto.dsig.dom.transform.Enveloped.OmittingIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
Enveloped

static class Enveloped.OmittingIterator
extends java.lang.Object
implements java.util.Iterator


Field Summary
(package private)  java.util.Iterator base
           
(package private)  java.lang.Object nextCache
           
(package private)  org.w3c.dom.Node omittedNode
           
 
Constructor Summary
Enveloped.OmittingIterator(java.util.Iterator i, org.w3c.dom.Node omitted)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

base

java.util.Iterator base

omittedNode

org.w3c.dom.Node omittedNode

nextCache

java.lang.Object nextCache
Constructor Detail

Enveloped.OmittingIterator

Enveloped.OmittingIterator(java.util.Iterator i,
                           org.w3c.dom.Node omitted)
Parameters:
omitted - must not be null
Method Detail

next

public java.lang.Object next()
                      throws java.util.NoSuchElementException
Specified by:
next in interface java.util.Iterator
Throws:
java.util.NoSuchElementException

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

XML Security, 1.6

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