c++ dom解析问题

发布于 2024-10-30 10:00:17 字数 139 浏览 2 评论 0原文

大家好 我是 xercses C++dom 解析器的新手。谁能告诉我

我们可以编写自己的 getElementsBytagName、GetNodeValue 等函数吗? 如何编写这些函数并在我的代码中使用它们? 谁能给我解释一下Dom解析的过程吗?

hi every body
i'm new to xercses C++dom parser.can anyone tell me

can we write our own getElementsBytagName,GetNodeValue etc function ?
how to write these function and use them in my code ?
can anybody explain me the process of Dom parsing?

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

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

发布评论

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

评论(1

诗化ㄋ丶相逢 2024-11-06 10:00:17

xerces 提供了 getElementsBytagName 等方法,以便您可以在应用程序中使用它们。

查看 xerces 编程指南,您可以在那里找到如何解析 xml 文件以及如何获取元素和属性。

xerces provides methods like getElementsBytagName so you can use them in your application.

Have a look at xerces programming guide you can find there how to parse xml file and how to get elements and attributes.

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