Since: 8.4

final class NamespaceInfo (View source)

This represents immutable information about namespaces of an element. This decouples namespaces from attributes, which was incorrectly intertwined for the old DOM classes.

Properties

string|null $prefix
string|null $namespaceURI
Element $element