public class DOMNodeListDelegate.DOMNodeListKeyIterator extends java.lang.Object implements java.util.Iterator<Value>
| Constructor and Description |
|---|
DOMNodeListKeyIterator(DOMNodeList list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Value |
next() |
void |
remove() |
public DOMNodeListKeyIterator(DOMNodeList list)