DOMNode { string lookupNamespaceURI(string prefix);}
string lookupNamespaceURI(string prefix);
Gets the namespace URI of the node based on the prefix.
The prefix of the namespace.
The namespace URI of the node.