如何比较java中的文档对象与XERCES?

发布于 2024-12-09 03:04:39 字数 292 浏览 0 评论 0原文

我正在尝试比较两个 Document 对象并尝试根据结果进行操作。 例如,我将有一个 Document 对象,例如

<head>
<value> </value>
</head>

,我将与另一个文档对象进行比较,例如,

<head>
</head>

如果两个 Document 对象的格式不同,我想做一些操作。 你能帮我解决这个情况吗?

谢谢大家

I am trying to compare two Document objects and try to make operation according to result.
For example I will have a Document object like,

<head>
<value> </value>
</head>

and I will compare with another document object like,

<head>
</head>

If the two Document objects will not be in the same format, I want to do some operation.
Can you please help me about this situation ?

Thank you all

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

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

发布评论

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

评论(1

温柔少女心 2024-12-16 03:04:39

XMLUnit 旨在进行这种比较,特别是用于单元测试。但它肯定也可以用于其他用途。

XMLUnit is designed to do this kind of comparison, specifically for unit testing. But it can surely be used for other uses as well.

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