- java.lang.Object
-
- org.joox.Elements.ElementIterator
-
- All Implemented Interfaces:
java.util.Iterator<org.w3c.dom.Element>
- Enclosing class:
- Elements
private class Elements.ElementIterator extends java.lang.Object implements java.util.Iterator<org.w3c.dom.Element>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ElementIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private org.w3c.dom.Element
findNext()
Find next element, skipping all non-element nodesboolean
hasNext()
org.w3c.dom.Element
next()
void
remove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<org.w3c.dom.Element>
-
next
public org.w3c.dom.Element next()
- Specified by:
next
in interfacejava.util.Iterator<org.w3c.dom.Element>
-
findNext
private org.w3c.dom.Element findNext()
Find next element, skipping all non-element nodes
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<org.w3c.dom.Element>
-
-