Hi All
Some time ago I trried to modifiy the Unmarshaller to unmarshall
to a existing Objecttree. There  current CVS Version and 
a special version from Al Buyer allow to set the root object, but
all not top level Object are new created.
While studing the unmarshallHander i found that is a very comnplex
class with very big methods, specially startElement. 
The coustomizing of the class needs a deep understanding that
I don't have. 

So I decided to wirite additional Unmrashaller with the following
goals:
- Unmarshalls to existing Object tree
- easy to understand and to cutomize
- suffcient speed

I decided to use JDOM to simplify XML handling even
when i have to accept performace drawbacks.

I provide a simple version of my idea for discussion. It only handles
Elements and ignores namespaces. But is made only to share
my ideas.

I provide also a simple Test that shows the performace and how to use
a cusumized Unmarshaller.

Thorsten
 <<Src.zip>> 

Attachment: Src.zip
Description: Binary data

Reply via email to