W3cubDocs

/PHP

The Dom\XPath class

Introduction

(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.

Class synopsis

final class Dom\XPath {
/* Properties */
public readonly Dom\Document $document;
/* Methods */
/* Not documented yet */
}

Properties

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

© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.dom-xpath.php