Uses of Interface
org.jdom2.util.IteratorIterable
Packages that use IteratorIterable
-
Uses of IteratorIterable in org.jdom2
Methods in org.jdom2 that return IteratorIterableModifier and TypeMethodDescriptionDocument.getDescendants()
Returns an iterator that walks over all descendants in document order.<F extends Content>
IteratorIterable<F> Document.getDescendants
(Filter<F> filter) Returns an iterator that walks over all descendants in document order applying the Filter to return only elements that match the filter rule.Element.getDescendants()
Returns an iterator that walks over all descendants in document order.<F extends Content>
IteratorIterable<F> Element.getDescendants
(Filter<F> filter) Returns an iterator that walks over all descendants in document order applying the Filter to return only content that match the filter rule.Parent.getDescendants()
Returns anIterator
that walks over all descendants in document order.<E extends Content>
IteratorIterable<E> Parent.getDescendants
(Filter<E> filter) Returns anIterator
that walks over all descendants in document order applying the Filter to return only content that match the filter rule.