ConFoo 2025

The Dom\XPath class

(PHP 8 >= 8.4.0)

Einführung

Ermöglicht die Verwendung von XPath-1.0-Abfragen auf HTML- oder XML-Dokumente.

This is the modern, spec-compliant equivalent of DOMXPath.

Klassenbeschreibung

final class Dom\XPath {
/* Eigenschaften */
public readonly Dom\Document $document;
/* Methoden */
/* Not documented yet */
}

Eigenschaften

document
Das Dokument, das mit diesem Objekt verknüpft ist.
registerNodeNamespaces
Wenn auf true gesetzt, werden die Namensräume des Knotens registriert.
add a note

User Contributed Notes

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