lookupNamespaceURI
lookupNamespaceURI
This page has been flagged with the following issues:
High-level issues:
W3C Recommendation
Summary
Gets the URI of the namespace associated with a namespace prefix, if any.
Method of dom/Node
Syntax
var namespaceURI = node.lookupNamespaceURI(prefix);
Parameters
prefix
Data-type: String
The prefix, or null.
Return Value
Returns an object of type String.
The URI of the namespace for prefix. null if no namespace is found for prefix. The default namespace if prefix is null.
Needs Examples: This section should include examples.
Related specifications
| Specification | Status | Related Changes |
|---|---|---|
| DOM Level 3 Core | Recommendation | Section 1.2 |
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)
aappletattributeaudiobuttondivdocumentdocumentTypeframeiframeimginput type=buttoninput type=checkboxinput type=fileinput type=hiddeninput type=imageinput type=passwordinput type=radioinput type=resetinput type=submitinput type=textlabellegendmarqueemediaobjectoptGroupoptionselectsourcespantabletextAreaTextNodevideolookupPrefix
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here