Function Attribute.namespace
This tag's namespace. Empty string if no namespace.
Note that setting this value is O(n) because internal lookup structures need to be updated.
Note also, that setting this may change where this tag is ordered among its parent's list of tags.
Prototypes
string namespace() @property;
void namespace(
string value
) @property;