Public Member Functions | |
boolean | hasNext () |
Object | next () |
void | remove () |
Package Functions | |
DescendantIterator (Parent parent) |
Jason Hunter
|
Iterator for the descendants of the supplied object.
|
|
Returns true> if the iteration has more Content descendants.
|
|
Returns the next Content descendant.
|
|
Detaches the last org.jdom.Content returned by the last call to next from it's parent. Note: this does not affect iteration and all children, siblings, and any node following the removed node (in document order) will be visited. |