public class NamespaceContextIterator
extends java.lang.Object
implements java.util.Iterator
| Constructor and Description |
|---|
NamespaceContextIterator(org.w3c.dom.Node context) |
NamespaceContextIterator(org.w3c.dom.Node context,
boolean traverseStack) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public NamespaceContextIterator(org.w3c.dom.Node context)
public NamespaceContextIterator(org.w3c.dom.Node context,
boolean traverseStack)
protected void findContextAttributes()
protected void findNext()
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic org.w3c.dom.Attr nextNamespaceAttr()
protected org.w3c.dom.Attr getNext()
public void remove()
remove in interface java.util.IteratorCopyright © 2013 Oracle. All Rights Reserved.