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