class NSDeclIterator
extends java.lang.Object
implements java.util.Iterator
| Modifier and Type | Field and Description |
|---|---|
private AttributeMap |
attributes |
private boolean |
hasNextCalled |
private int |
index |
private org.w3c.dom.Attr |
nsDecl |
| Constructor and Description |
|---|
NSDeclIterator(AttributeMap attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
private final AttributeMap attributes
private boolean hasNextCalled
private int index
private org.w3c.dom.Attr nsDecl
public NSDeclIterator(AttributeMap attributes)