Package ch.tocco.nice2.dbrefactoring.api
Class RecursiveElementIterable
java.lang.Object
ch.tocco.nice2.dbrefactoring.api.RecursiveElementIterable
public class RecursiveElementIterable
extends Object
implements Iterable<Element>, Iterator<Element>
Iterates through all child elements recursively while skipping non-element nodes.
-
Constructor Summary
ConstructorsConstructorDescriptionRecursiveElementIterable(Document parentDoc) RecursiveElementIterable(Element parentEl) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
RecursiveElementIterable
-
RecursiveElementIterable
-
-
Method Details