|
JDOM 2.0.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IteratorIterable | |
|---|---|
| org.jdom2 | Classes representing the components of an XML document. |
| Uses of IteratorIterable in org.jdom2 |
|---|
| Methods in org.jdom2 that return IteratorIterable | ||
|---|---|---|
IteratorIterable<Content> |
Parent.getDescendants()
Returns an Iterator that walks over all descendants
in document order. |
|
IteratorIterable<Content> |
Element.getDescendants()
Returns an iterator that walks over all descendants in document order. |
|
IteratorIterable<Content> |
Document.getDescendants()
Returns an iterator that walks over all descendants in document order. |
|
|
Parent.getDescendants(Filter<E> filter)
Returns an Iterator that walks over all descendants
in document order applying the Filter to return only content that
match the filter rule. |
|
|
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. |
|
|
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. |
|
|
JDOM 2.0.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||