Issue Details (XML | Word | Printable)

Key: SPR-4579
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Juergen Hoeller
Reporter: Scott Andrews
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Framework

DomUtils getChildElementsByTagNames should support multiple element names

Created: 13/Mar/08 03:25 PM   Updated: 23/Mar/08 05:34 PM
Component/s: SpringCORE
Affects Version/s: 2.5.2
Fix Version/s: 2.5.3

Time Tracking:
Not Specified

File Attachments: 1. File DomUtils.diff (2 kB)
2. File DomUtils.diff (2 kB)



 Description  « Hide
Sometimes it is necessary to obtain an ordered list of child elements for multiple element names. This can easily be accomplished by allowing the DomUtils.getChildElementsByTagNames to accept a Collection of child element names.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Scott Andrews added a comment - 13/Mar/08 03:51 PM
the new method should have been public, not private

Juergen Hoeller added a comment - 23/Mar/08 05:34 PM
This will be available in tonight's 2.5.3 snapshot...

Juergen