Programming Tutorials

Comment on Tutorial - XML and Java - Parsing XML using Java Tutorial By Maggie



Comment Added by : Swj

Comment Added at : 2011-12-30 05:55:26

Comment on Tutorial : XML and Java - Parsing XML using Java Tutorial By Maggie
Thanks for the clear explanation..
Really helpful..

1 question..how do we gather all the children of a particular element as a list of Elements? I tried using the getChildNodes() function but it gets a NodeList of Nodes which is not what I want.
Any help will be appreciated.
Thanks..


View Tutorial