Namespace
16 Dec 20251 minute to read
class for managing namespace collection
Properties
kind NamespaceKind
specifies namespace kind
namespaceUri string
specifies namespace URI
prefix string
specifies namespace’s prefix
Methods
destroy
Releases the resources used by Namespace.
Returns void
set
Sets value for the current namespace instance.
| Parameter | Type | Description |
|---|---|---|
| prefix | string |
Namespace prefix. |
| namespaceUri | string |
Namespace URI. |
| kind | NamespaceKind |
Namespace kind. |
Returns void