[]
Represents a namespace within a structure tree.
new Namespace(ns?): Namespace;
Creates a new Namespace object.
string
The value of the Namespace#ns property.
Namespace
ObjectBase.constructor
new Namespace(om, ns?): Namespace;
Creates a new Namespace object.
An object manager that controls the lifetime of the Namespace object.
string
The value of the Namespace#ns property.
Namespace
ObjectBase.constructor
get id(): number;
Gets the reference to the object.
number
get ns(): string;
Gets the string defining the namespace name which this entry identifies (conventionally a uniform resource identifier, or URI).
string
set ns(value): void;
Sets the string defining the namespace name which this entry identifies (conventionally a uniform resource identifier, or URI).
string
void
get om(): ObjectManager;
Gets the owner ObjectManager instance.
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void