users@jaxb.java.net

Re: schema location or namespace of JAXB object

From: KennyMacLeod <kennym_at_kizoom.com>
Date: Tue, 26 Jun 2007 20:32:01 +0100

JAXB is not reliant on a schema, it works quite happily without it, even
if you generate java source from a schema using XJC.

If you want to access the schema at runtime, then you need to supply to
location yourself, using SchemaFactory.

Christophe Alexandre wrote:
> Hi all,
> This may be a very simple question...
>
> How can I get the schema location of a JAXB object ?
>
> Regards.
> Christophe
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>