Package ch.tocco.nice2.dbrefactoring.api
Class ElementIterable
java.lang.Object
ch.tocco.nice2.dbrefactoring.api.ElementIterable
Iterates through all child elements of the given tag name.
It does not descend recursively.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElementIterable(Document parent) ElementIterable(Document doc, Tag... tagNames) ElementIterable(Document doc, String... tagNames) ElementIterable(Element parent) ElementIterable(Element parent, Tag... tagName) ElementIterable(Element parent, String... tagName) -
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
-
ElementIterable
-
ElementIterable
-
ElementIterable
-
ElementIterable
-
ElementIterable
-
ElementIterable
-
-
Method Details