private static class DocumentNavigator.AttributeIterator
extends java.lang.Object
implements java.util.Iterator
| Modifier and Type | Field and Description |
|---|---|
private int |
lastAttribute |
private org.w3c.dom.NamedNodeMap |
map |
private int |
pos |
| Constructor and Description |
|---|
AttributeIterator(org.w3c.dom.Node parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |