|
Parsing BIG files is usually a job for the SAX interface. SAX doesn’t create any internal data structure at all so it is up to you to store the important information in a memory efficient way.
/ Erik
-----Original Message-----
Hi I’m parsing a rather big XML file, but still can fit in memory. So I’m using the Xerces Java DOM Parser and trying to store the parsed node objects into a Node array. I figure a Vector would be better but I’m having some troubles with that. Is there generally a better way to go about this?
Thanks |
- Best way to store parsed objects? Yang Wen
- Erik Rydgren
