Вступ
PHP Manual
PHP Manual»DOM»Dom\XPath

The Dom\XPath class

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

final class Dom\XPath {
/* Властивості */
public readonly Dom\Document $document;
/* Методи */
/* Not documented yet */
}
document
The document that is linked to this object.
registerNodeNamespaces
When set to true, namespaces in the node are registered.
To Top