JDOM
2.0.2

Uses of Interface
org.jdom2.util.IteratorIterable

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.
<E extends Content>
IteratorIterable<E>
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.
<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.
<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.
 


JDOM
2.0.2

Copyright © 2012 Jason Hunter, Brett McLaughlin. All Rights Reserved.