| Does XMLBinding use XPath? [message #932606] |
Thu, 04 October 2012 05:00  |
Hazem ELRAFFIEE Messages: 25 Registered: September 2012 |
Junior Member |
|
|
Hello everyone I just wonder if XMLBinding use XPath for addressing different tags.
For example:
<tagA>
<tagB key1="value1" />
</tagA>
If I want "key1" to be a Property in the class "ITagA.java", can I just write:
@XmlBinding ( path = "tagB/@key1" )
??
more generally, is it possible to make "key1" a Property for "ITagA.java" instead of creating a class for "tagB"?
And if I have to create a class for "tagB", how can I put "key1" as a Property Editor in the Composite of "tagA"?
Thnx in advance
[Updated on: Thu, 04 October 2012 05:03] Report message to a moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01757 seconds