Name
namespaceURI: DOMString(2)
Synopsis
Represents the namespace URI given to this Node
object at creation time; returns
null
if no namespace was given.
The value is null
if the node
has been created by a createNodeType(
)
method rather than a createNodeTypeNS( )
method.
Java binding
public String getNamespaceURI( );