Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Hashmap/Hastable

843834Dec 17 2001 — edited Dec 21 2001
I need help to output the tagname and values of an parsed XML document into a Hasmap or Hastable. Currently I have the output going to the command line.
Ideally the Hashmap or hastable should look like this

{ "<tagName>", "value1",
"<tagName>", "value2",
"<tagName>", "value3",
.
.
.
.
}
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 18 2002
Added on Dec 17 2001
2 comments
145 views