Re: load properties from xml into objects
- From: Petterson Mikael <mikael.petterson@xxxxxxxxxxxxxxx>
- Date: Thu, 26 Oct 2006 10:20:38 +0200
Bart Cremers wrote:
Petterson Mikael wrote:Thanks for a the hints.
Hi,
<snip>
I need to read this file and create plugin objects containing this
information. Any hints on how I can do this easily?
cheers,
//mikael
Use a SAX parser to read the xml file.
Store the tag data in fields in the handler by correctly writing the
startTag handling code. On the endTag for a Plugin tag you can create
instances of the Plugin class using the collected data.
Regards,
Bart
cheers,
//mikael
.
- References:
- load properties from xml into objects
- From: Petterson Mikael
- Re: load properties from xml into objects
- From: Bart Cremers
- load properties from xml into objects
- Prev by Date: Re: Test If Int Has Not Been Set
- Next by Date: Re: Test If Int Has Not Been Set
- Previous by thread: Re: load properties from xml into objects
- Next by thread: Netbeans JAR file execution from command line
- Index(es):
Relevant Pages
|