Hi,
Is there any way in runtime to get a xml tag name knowing a field name?
For example,
class Foo{
private String key;
}
Binding.
...
<value name='Identifier' field='key' usage='optional' />
...
The goal is to discover the xml tag "Identifier" based on the name of the field "key".
I was unable to find anything in BindingFactory or those information behind the scenes.
Thanks a lot.
Vitaliy
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
