namespaceURI property
The Element.namespaceURI
read-only property returns the namespace
URI of the element, or null
if the element is not in a namespace.
Implementation
external String? get namespaceURI;
The Element.namespaceURI
read-only property returns the namespace
URI of the element, or null
if the element is not in a namespace.
external String? get namespaceURI;