Class RecursiveElementIterable

java.lang.Object
ch.tocco.nice2.dbrefactoring.api.RecursiveElementIterable
All Implemented Interfaces:
Iterable<Element>, Iterator<Element>

public class RecursiveElementIterable extends Object implements Iterable<Element>, Iterator<Element>
Iterates through all child elements recursively while skipping non-element nodes.