php8.5
Home/ Manual/ reference / dom/ The DOMXPath class

The DOMXPath class

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

Intro

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

Class synopsis

class DOMXPath { }

Properties

document

The document that is linked to this object.

registerNodeNamespaces

When set to true, namespaces in the node are registered.

Changelog

VersionDescription
8.4.0It is no longer possible to clone a DOMXPath object. Doing so will result in an exception being thrown. Prior to PHP 8.4.0 this resulted in an unusable object.
8.0.0The registerNodeNamespaces property has been added.

Domxpath

In this section

Source: reference/dom/domxpath.xml · from the official PHP manual (php/doc-en)