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