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
ConstructorDescriptionRecursiveElementIterable
(Document parentDoc) RecursiveElementIterable
(Element parentEl) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
RecursiveElementIterable
-
RecursiveElementIterable
-
-
Method Details