ConFoo 2025

The Dom\XPath class

(PHP 8 >= 8.4.0)

Introduction

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.
add a note

User Contributed Notes

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