- 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 privateElementIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private org.w3c.dom.ElementfindNext()Find next element, skipping all non-element nodesbooleanhasNext()org.w3c.dom.Elementnext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<org.w3c.dom.Element>
-
next
public org.w3c.dom.Element next()
- Specified by:
nextin 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:
removein interfacejava.util.Iterator<org.w3c.dom.Element>
-
-