org.w3c.dom.Node.isDefaultNamespace
method
public isDefaultNamespace(namespaceURI as String) as Boolean
Description

Indicates whether the namespace URI is the default namespace.

Parameters
  • namespaceURI Namespace URI.
Returns

True when it is the default namespace.

Example
print(node.isDefaultNamespace("urn:example"))