namespaceURI

Jump to: navigation, search

namespaceURI


W3C Recommendation

Summary

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

Property of dom/Node

Syntax

Note: This property is read-only.

var namespaceURI = node.namespaceURI;

Return Value

Returns an object of type String.

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

Needs Examples: This section should include examples.



Related specifications

Specification Status Related Changes
DOM Level 3 Core Recommendation Section 1.4

Compatibility

Desktop

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? ? ? ? ?

Mobile

Feature Android BlackBerry Chrome for mobile Firefox Mobile (Gecko) IE Mobile Opera Mobile Opera Mini Safari Mobile
Basic support ? ? ? ? ? ? ? ?

See also

Related pages (MSDN)

This article contains content originally from external sources.

Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]