namespaceURI property
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.
Implementation
external String? get namespaceURI;