The Dom\XPath class

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 Dom\XPath
/* Properties */
public readonly Dom\Document $document;
public bool $registerNodeNamespaces;
/* 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.