Name
isDefaultNamespace: namespaceURI(3)
Synopsis
This method returns true
if the namespace URI given is the default namespace for this node,
false
if it is not.
Argument
- namespaceURI: DOMString
The namespace URI to check against the default
namespace URI.
Java binding
public boolean isDefaultNamespace(String namespaceURI);