private static final class WMSImagery.ChildIterator extends java.lang.Object implements java.util.Iterator<org.w3c.dom.Element>
Modifier and Type | Field and Description |
---|---|
private org.w3c.dom.Element |
child |
Constructor and Description |
---|
ChildIterator(org.w3c.dom.Element parent) |
Modifier and Type | Method and Description |
---|---|
private static org.w3c.dom.Element |
advanceToElement(org.w3c.dom.Node firstChild) |
boolean |
hasNext() |
org.w3c.dom.Element |
next() |
private org.w3c.dom.Element child
ChildIterator(org.w3c.dom.Element parent)
private static org.w3c.dom.Element advanceToElement(org.w3c.dom.Node firstChild)
public boolean hasNext()
hasNext
in interface java.util.Iterator<org.w3c.dom.Element>
public org.w3c.dom.Element next()
next
in interface java.util.Iterator<org.w3c.dom.Element>