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

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

public class NamespaceContextIterator
extends Object
implements Iterator


Constructor Summary
NamespaceContextIterator(Node context)
           
NamespaceContextIterator(Node context, boolean traverseStack)
           
 
Method Summary
protected  void findContextAttributes()
           
protected  void findNext()
           
protected  Attr getNext()
           
 boolean hasNext()
           
 Object next()
           
 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(Node context)

NamespaceContextIterator

public NamespaceContextIterator(Node context,
                                boolean traverseStack)
Method Detail

findContextAttributes

protected void findContextAttributes()

findNext

protected void findNext()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

nextNamespaceAttr

public Attr nextNamespaceAttr()

getNext

protected Attr getNext()

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright © 2012 Oracle. All Rights Reserved.