How can I help you?
Namespace
6 Feb 20261 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
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