users@jaxb.java.net

Re: Schema Parser

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Mon, 20 Oct 2003 13:17:02 -0700

> 1. To control mapping of Schema to Java from within code
> 2. Make it generic, given an XML Schema extract the Schema URI, parse
> the schema, produce java bindings.
> 3. Keep track of the java source generated and have a list of class
> name thereby.
> 4. Lastly validate XML document against Schema using Java binding code

It sounds like essentially you are asking for a whole JAXB compiler, not
just a schema parser per se (which is just a library that reads XML
Schema and present it in a nice object model.)


BTW why are you interested in programmatically binding schemas to Java?


regards,
--
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net