我们可以将一个 DomDocument 对象嵌套在另一个 DomDocument 对象中吗?

发布于 2025-01-03 02:28:09 字数 219 浏览 0 评论 0原文

我在这里有一个简单的问题,但它让我很困惑..

我可以将 dom Document 目标嵌套在另一个 Dom Document 对象中吗?


我对问题的回答是否,应该是一棵带有子节点的树,而不是一棵带有子树的树。这只是我的答案,我不是专家,

我需要确切的答案...我对嵌套的想法正确吗?

请解释一下...

I got a simple question here, but it is confusing me a lot..

Can i nest a dom Document objective in another Dom Document object?

My answer to the question is NO, should be one tree with child node , not a tree with child trees..It is only my answer and i am not expert,

I need the exact answer...Am I thinking right about nesting?

Explain Please...

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

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

发布评论

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

评论(1

因为看清所以看轻 2025-01-10 02:28:09

来自 DOM 规范:

[Document 接口] 是文档树的根 (来源)

根节点不是任何其他节点的子节点 (来源)

我相当清楚地认为,根据 DOM 规范,DOMDocument 对象(实现 DOM 的 Document 接口)不能嵌套在另一个中。我不确定,但我相当确定 PHP 开发人员不会以任何其他方式实现这一点。

From the DOM spec:

[the Document interface] is the root of the document tree (source)

The root node is a node that is not a child of any other node (source)

I take this fairly clearly to mean that, according to the DOM spec, a DOMDocument object (which implements DOM's Document interface) cannot be nested within another. I'm not certain, but I'm fairly sure the PHP developers would not have implemented this in any other way.

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