Search results

Namespace API in JavaScript File Utils API control

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

set value for current namespace instance

Parameter Type Description
prefix string namespace’s prefix
namespaceUri string namespace URI
kind NamespaceKind namespace kind

Returns void