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
ConstructorDescriptionElementIterable
(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, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ElementIterable
-
ElementIterable
-
ElementIterable
-
ElementIterable
-
ElementIterable
-
ElementIterable
-
-
Method Details