users@jaxb.java.net

Re: custom parse of a child Element

From: Wolfgang Laun <wolfgang.laun_at_gmail.com>
Date: Tue, 26 Apr 2011 16:41:23 +0200

See whether this section of the JAXB tutorial is useful:
http://jaxb.java.net/tutorial/section_2_2_16_1-Elements-With-Any-Type.html#Elements%20With%20Any%20Type
-W

On 26 April 2011 16:24, <guilhem.legal_at_geomatys.fr> wrote:
> Hi everybody!
>
> I use JAXB for some time now, but there is a use case i can't put in
> place.
>
> In a XML document, i have a dynamic part that i can't parse with JAXB.
> I have a JAXP XMLStreamReader to do that.
>
> How can i plug my JAXP parser in the middle of the JAXB unmarshall ? is
> it possible?
>
> Guilhem Legal
>