public isDefaultNamespace(namespaceURI as String) as Boolean
Indicates whether the namespace URI is the default namespace.
| Parameter | Description |
|---|---|
namespaceURI | Namespace URI. |
True when it is the default namespace.
print(node.isDefaultNamespace("urn:example"))