You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: