users@jaxb.java.net

Re: Custom mapping for Maps in JAXB

From: Wolfgang Laun <wolfgang.laun_at_gmail.com>
Date: Tue, 22 Jun 2010 11:16:51 +0200

On 22 June 2010 01:10, Leo Romanoff <romixlev_at_yahoo.com> wrote:

>
> Or is it like this: Once you have an xsd:anyType element, everything inside
> this element, including any JAXB-aware subelements, cannot be parsed by
> JAXB
> and is represented also as a DOM element?
>
>
There is no reason for JAXB to try and find some sub(-sub(-sub))-tree where
it
might kick in again and marshal (or, worse, unmarshal). So, anything below
the xs:any must be handled must be handled with the multi-stage approach.

-W