Re: [xml-dev] Re: [Java] Serializing StAX Events

From
Johannes.Lichtenberger <>
Date
2010-10-08T01:53:58Z
ID
<>
Thread
Re: [xml-dev] Re: [Java] Serializing StAX Events
On 10/08/2010 03:27 AM, David Lee wrote:
> You may have a hard time parsing that back to an XEvent

Yeah, that's exactly my problem. I stick to my List of XMLEvents or more
precisely now XMLEventWritables, but I'm having the same issue with
deserialising the event :-/

I think I have to parse the input, determine if it's a start tag, end
tag, character or whatever and then use XMLEventFactory to recreate the
event. Well, I assume no method exists, to parse it back?! :(

regards,
Johannes