com.sun.xml.messaging.saaj.util
Class NamespaceContextIterator

java.lang.Object
  extended by com.sun.xml.messaging.saaj.util.NamespaceContextIterator
All Implemented Interfaces:
java.util.Iterator

public class NamespaceContextIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
NamespaceContextIterator(org.w3c.dom.Node context)
           
NamespaceContextIterator(org.w3c.dom.Node context, boolean traverseStack)
           
 
Method Summary
protected  void findContextAttributes()
           
protected  void findNext()
           
protected  org.w3c.dom.Attr getNext()
           
 boolean hasNext()
           
 java.lang.Object next()
           
 org.w3c.dom.Attr nextNamespaceAttr()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceContextIterator

public NamespaceContextIterator(org.w3c.dom.Node context)

NamespaceContextIterator

public NamespaceContextIterator(org.w3c.dom.Node context,
                                boolean traverseStack)
Method Detail

findContextAttributes

protected void findContextAttributes()

findNext

protected void findNext()

hasNext

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

next

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

nextNamespaceAttr

public org.w3c.dom.Attr nextNamespaceAttr()

getNext

protected org.w3c.dom.Attr getNext()

remove

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