关于 XMLObject 的教程

发布于 2024-09-15 04:55:02 字数 183 浏览 5 评论 0原文

感谢任何人可以向我指出一个使用 org.apache.xmlbeans 中的 XMLObject 的好教程。我一直在做 axis2 ,它给了我 XMLObject 的响应。但是,我无法访问 getTextContent()。

经过几个小时的谷歌搜索后,我意识到我可能需要将 XMLObject 转换回 ArrayList 或类似的东西。

Appreciate anyone could point me to a nice tutorial of using XMLObject from org.apache.xmlbeans. I have been doing axis2 which gives me a response of XMLObject. However, I can't get to the getTextContent().

After googling for hours, I realise I maybe need to convert the XMLObject back to ArrayList or something like that.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

飞烟轻若梦 2024-09-22 04:55:02

您已经尝试过toString()了吗?这应该为您提供元素(或属性)的内容。

Have you tried toString() already? That should give you the contents of the element (or attribute).

倾城泪 2024-09-22 04:55:02

从 XmlObject 中,您可以通过多种方式获取底层 xml 文档。请参阅 .newReader().newDomNode().newCursor().xmlText()

From an XmlObject you can get to the underlying xml document in many ways. See .newReader(), .newDomNode(), .newCusrsor(), or .xmlText().

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文