com.sun.xml.messaging.saaj.util
Class NamespaceContextIterator
java.lang.Object
com.sun.xml.messaging.saaj.util.NamespaceContextIterator
- All Implemented Interfaces:
- Iterator
public class NamespaceContextIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamespaceContextIterator
public NamespaceContextIterator(Node context)
NamespaceContextIterator
public NamespaceContextIterator(Node context,
boolean traverseStack)
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.