Get the xml document's structure through the java code
Ravi Khakhkhar
Greenhorn
Joined: Sep 01, 2011
Posts: 3
posted
0
Now I want to convert this structure like this
books
-->book
------>book
----------->a
(Only skeleton , not data, with no repeat tags)
in a nested ArrayList or any other data structure through java code.
Can anyone suggest some direct methods of parser or API that can do this??