Function Node.namespaceURI
The namespace URI of this node, or null if it is unspecified.
   This is not a computed value that is the result of a namespace lookup based
   on an examination of the namespace declarations in scope. It is merely the
   namespace URI given at creation time.
   For nodes of any type other than ELEMENT and ATTRIBUTE and nodes created
   with a DOM Level 1 method, such as Document, this is always null.
Prototype
DOMString namespaceURI() @property;
							
						Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --