Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use iterator (not index-based) code for streaming document output #116

Closed
rolfl opened this issue Apr 12, 2013 · 0 comments
Closed

Use iterator (not index-based) code for streaming document output #116

rolfl opened this issue Apr 12, 2013 · 0 comments

Comments

@rolfl
Copy link
Collaborator

rolfl commented Apr 12, 2013

SOme legacy JDOM 1.x applications took advantage of the fact that the XMLOutputter used an iterator-based mechanism for processing Element content. JDOM 2.x swapped to using index-based lookups.

This swap is 'reasonable', but, using iterators makes sense too, if it works.

See discussion here: http://markmail.org/message/ejxecyfabnrccxka

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant