| Author |
XML Parsing
|
david garcia
Greenhorn
Joined: Nov 06, 2004
Posts: 5
|
|
Hello everyone, i am having some problems with a parsing. this is my xml file This is the code that parses the xml file: Cause of the while loop i can�t create the object passing all those parameters Config config = new Config(name, path, size, date, pattern, period, pathzip). What i want to do exactly is: List list = new ArrayList(); for each project node{ get all the child nodes create a new Config object with all those values add the config object to the list } Any help? i am stuck at this...
|
 |
david garcia
Greenhorn
Joined: Nov 06, 2004
Posts: 5
|
|
sorry, the parameters i have to pass to the constructor are: name, path, sizeHigher, sizeSmaller, fechaFrom, fechaUntil, pattern, period, pathZip. Sorry for the mistake
|
 |
 |
|
|
subject: XML Parsing
|
|
|