How do JAXB handles attribute in tag?

橙三吉。 提交于 2019-12-08 06:07:14

问题


Suppose I have the following xml:

<root>
<tag1>value1</tag1>
<tag2 attr1="somevalue"></tag2>
</root>

I want to know how the JAXB handles the attribute of any tag, when it converts from xml to any any object. (I mean when it does unmarshalling)

来源:https://stackoverflow.com/questions/10845484/how-do-jaxb-handles-attribute-in-tag

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!