Programmer's Guide > Interfaces > W3C Node interface > isDefaultNamespace method
  
isDefaultNamespace method
This method checks if the specified namespaceURI is the default namespace or not.
isDefaultNamespace(namespaceURI )
Parameters
StringnamespaceURI
The namespace URI to look for.
Returns
booleantrue if the specified namespaceURI is the default namespace, false otherwise.