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.
这对您有帮助吗?