users@jaxb.java.net

Fwd: jaxb2-reflection newbie question

From: Alexander Verdyan <verdyan_at_gmail.com>
Date: Thu, 6 Mar 2008 17:34:31 +0200

Hello all,

I have a Java classes generated from XSD and want to traverse the tree
structure of my entities.
I get how to inspect single class for it's attributes and elements
(with getProperties() ),
but when I find a complex type element how I can go down to this type
and inspect it,
without using Class.forName(".....") with element name?

Thanks,

Alex