使用 JCO 创建 XML 后,使用 readXML 进入 JCO.table
我创建了一个 JCO.table 并使用 myTable.writeXML (JCO 方法)将其转换为 XML 现在我尝试将 XML 重新加载到 JCO.table 中并使用从 XML 创建的表。
我尝试使用 myNewTable.readXML (另一个 JCO 方法),但我需要之前为我的新表创建一个实例,并且我怀疑它创建为空并且 XML 没有填充它。
有什么建议吗?
谢谢!!! :)
I created a JCO.table and transformed it into XML using myTable.writeXML (JCO method)
now I'm trying to re-load the XML into a JCO.table and work with the table created from the XML.
I tried to use myNewTable.readXML (another JCO method) but I need to create an instance to my new table before and I suspect it is created empty and the XML doesn't fill it up.
any suggestions?
thanks!!!
:)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 JCo 2.x?
一个相当简单(希望不是太简单)的解决方案:
或者你已经可以解决这个问题了吗?你能提醒一下,你的怀疑来自哪里吗?
Working with JCo 2.x?
A rather simply (hopefully not too simply) solution:
Or could you already solve the problem? Could you remind, where your suspicion comes from?