ConFoo 2025

The Dom\XPath class

(PHP 8 >= 8.4.0)

简介

Allows to use XPath 1.0 queries on HTML or XML documents.

This is the modern, spec-compliant equivalent of DOMXPath.

类摘要

final class Dom\XPath {
/* 属性 */
public readonly Dom\Document $document;
/* 方法 */
/* Not documented yet */
}

属性

document
The document that is linked to this object.
registerNodeNamespaces
When set to true, namespaces in the node are registered.
添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top