Results 1 to 2 of 2
Thread: Help for dynamic classes
- 12-18-2007, 03:31 PM #1
Member
- Join Date
- Dec 2007
- Posts
- 2
- Rep Power
- 0
Help for dynamic classes
Hello, i have the following problem.
I use Jaxb 2.0 to produse classes from an .xsd file( XML schema) and then let's say I need print the classes.
How can I do this in dynamic way,so that it will work for every .xsd that I give?
The names of the prodused classes can be found in the .xsd file as elements ,so I am thinking about parsing the .xsd either with sax/dom or manually and put the names on a vector or something.Then if I know the name I suppose I can call the classes.Is this solution good?What do you think?
Any other way to do it?
- 12-19-2007, 08:46 PM #2
Member
- Join Date
- Dec 2007
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
Dynamic Binding
By javarishi in forum New To JavaReplies: 3Last Post: 04-09-2008, 11:17 AM -
Dynamic DecimalFormatter
By felixtfelix in forum New To JavaReplies: 0Last Post: 03-17-2008, 04:16 PM -
how to generate dynamic pdf
By valery in forum Advanced JavaReplies: 1Last Post: 08-06-2007, 10:01 PM -
problems with Dynamic Xml
By boy22 in forum XMLReplies: 1Last Post: 07-24-2007, 12:10 AM -
dynamic update in swt
By sandor in forum SWT / JFaceReplies: 0Last Post: 05-14-2007, 08:32 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks