如何用stax恢复属性
有人可以帮助我吗?我想知道如何使用 stax 恢复属性值? 我找不到方法来做到这一点 亲切地
Anybody who can help me? I want to know how I can recover the values of attributes with stax?
I not find methods to do this
Cordially
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果通过恢复,您的意思是获取值,则
StartElement
事件具有获取或列出属性的方法。If by recover, you mean get the values of, then the
StartElement
event has methods to get or list attributes.