Node.lookupNamespaceURI()

The Node.lookupNamespaceURI() method takes a prefix and returns the namespace URI associated with it on the given node if found (and null if not). Supplying null for the prefix will return the default namespace.

Due to bug 312019, this method does not work with dynamically assigned namespaces (i.e., those set with Node.prefix).

See also

 

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/node/lookupnamespaceuri

API DOM Method Node Reference Référence