Function Tag.name
This tag's name, not including namespace.
Use getFullName()
if you want the namespace included.
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 name() @property;
void name(
string value
) @property;