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.

add a note

User Contributed Notes

There are no user contributed notes for this page.