Class ElementIterable

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

public class ElementIterable extends Object implements Iterable<Element>, Iterator<Element>

Iterates through all child elements of the given tag name.

It does not descend recursively.

See Also: