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 */
/* 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.
There are no user contributed notes for this page.