users@jaxb.java.net

unmarshalling IDREF

From: zhidong zhao <zzhao_at_CS.UNO.EDU>
Date: Tue, 28 Jan 2003 04:31:58 -0700

Document fragment corresponds to inner type can be unmarshalled if the inner type contains no IDREF attributes or the referenced object is in the context of the document fragment, ie, created in memory by the same unmarshaller. The problem is if the referenced object is outside the context, but accessable in memory, say, in a proviously created content tree starting from the root element, can we build a link to that object and include it into the resulting tree?