The Dom\NamespaceInfo class
This represents immutable information about namespaces of an element. This decouples namespaces from attributes, which was incorrectly intertwined for the old DOM classes.
Intro
This represents immutable information about namespaces of an element. This decouples namespaces from attributes, which was incorrectly intertwined for the old DOM classes.
Class synopsis
Properties
prefixThe namespace prefix of the attribute.
namespaceURIThe namespace URI of the attribute.
elementThe element that this namespace information is about.