This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

namespaceURI

Summary

Retrieves the namespace URI of the fully qualified XML declaration for a node.

Property of dom/Nodedom/Node

Syntax

Note: This property is read-only.

var namespaceURI = node.namespaceURI;

Return Value

Returns an object of type StringString

The namespace URI of the node, or null if there is none.

Usage

 Enumeration of the DOM Tree. See Gecko's DOM Inspector utility.

Related specifications

DOM Level 3 Core
Recommendation

Attributions