Re: Questions from a newbie!

2008-12-19 Thread michael
Hi again, I have a new question for xmlbeans API since i managed to compile and excercise a little bit. I wonder if there is a way to print on screen a single schema component (eg. an element,a type etc) I found on doc an interface called : SchemaCodePrinter that implements 3 methods *Method

Re: Generating .java files

2008-12-19 Thread Jacob Danner
Have you tried scomp with the -src option? -jacobd On Fri, Dec 19, 2008 at 11:01 AM, Wm.A.Stafford staff...@marine.rutgers.edu wrote: I would like to generate .java files from a schema and run Javadoc on them to produce developer level documentation of the XMLBeans classes used for this

minor change to .xsdconfig would really help with versioned schemas

2008-12-19 Thread Thomas Arthur Oehser
Say I have: version1 elements a, b, and c version2 elements a, b, c, and d I want to make both extend an interface with: getA getB and getC So, the generated code _HAS_ those 3 methods... I could parse to XmlObject and cast to the interface without knowing/caring about the underlying schema