Forum PHP 2025

The Dom\XPath class

(PHP 8 >= 8.4.0)

はじめに

HTML や XML 文書に対して、 XPath 1.0 のクエリを使うことを許可します。

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

クラス概要

final class Dom\XPath {
/* プロパティ */
public readonly Dom\Document $document;
/* メソッド */
/* Not documented yet */
}

プロパティ

document
このオブジェクトにリンクした文書
registerNodeNamespaces
true に設定すると、ノードの名前空間が登録されます。
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top