PHP 8.5.0 Beta 3 available for testing

Dom\XPath クラス

(PHP 8 >= 8.4.0)

はじめに

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

このクラスは、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