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