This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[GJC-22] enumerateNode cannot handle single-nodes
Created: Mon, 12 Jul 2004 12:58:43 -0700 (PDT)  Updated: Mon, 22 Nov 2004 15:19:54 -0800 (PST)

Status:Closed
Project:Genjava
Component/s:gj-xml
Affects Version/s:xml-1.0
Fix Version/s:xml-1.1

Type:BugPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Fixed 
Environment:


 Description   
If you enumerateNode when there is only one of those nodes, it seems to return an empty enumeration.
Comment by bayard [ Tue, 13 Jul 2004 14:06:42 -0700 (PDT) ]
Node was returning EMPTY when it had a single value. Easily fixed and test added.