protected static class DomElement.ChildElementsIterator extends Object implements Iterator<DomElement>
| Modifier | Constructor and Description |
|---|---|
protected |
DomElement.ChildElementsIterator(DomNode domNode)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
DomElement |
next() |
DomElement |
nextElement() |
void |
remove()
Removes the current one.
|
protected DomElement.ChildElementsIterator(DomNode domNode)
domNode - the parentpublic boolean hasNext()
hasNext in interface Iterator<DomElement>public DomElement next()
next in interface Iterator<DomElement>public void remove()
remove in interface Iterator<DomElement>public DomElement nextElement()
Copyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.