在 Xerces-C 中打印 XML 文档

发布于 2024-10-11 18:53:05 字数 140 浏览 3 评论 0原文

我的问题很简单。我有一个 XercesDOMParser,因此我可以通过 getDocument() 访问存储在其中的 DOMDocument。

我想获取代表树的 xml 字符串。

正确的称呼是什么?我假设库提供了有效的运算符/函数。

My problem is simple. I have a XercesDOMParser, so I can access through getDocument() to the DOMDocument stored in it.

I want to get the xml string representing the tree.

What is the correct call? I assume a valid operator/function is provided by the library.

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

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

发布评论

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

评论(1

牛↙奶布丁 2024-10-18 18:53:06

自从我使用 Xerces-C 以来已经有一段时间了,但我会看看
http://xerces.apache.org/xerces-c/apiDocs-2 /classDOMWriter.html
这可以解决编码和其他问题(很容易被忽视)。

我首先看一下

virtual XMLCh *     writeToString (const DOMNode &nodeToWrite)=0
    Serialize the specified node as described above in the description of DOMWriter.

It's some time since I used Xerces-C but I would look at
http://xerces.apache.org/xerces-c/apiDocs-2/classDOMWriter.html
This takes care of the encoding and other problems (which are easy to overlook).

I'd look first at

virtual XMLCh *     writeToString (const DOMNode &nodeToWrite)=0
    Serialize the specified node as described above in the description of DOMWriter.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文