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
String namespaceURI
The namespace URI to look for.
Returns
booleantrue if the specified namespaceURI is the default namespace, false otherwise.
これは役に立ちましたか?