namespaceURI
Summary
Retrieves the namespace URI of the fully qualified XML declaration for a 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
Mozilla Developer Network : [Node.namespaceURI Article]
Microsoft Developer Network: [namespaceURI Property Article]