Function Attribute.name

This attribute's name, not including namespace.

Use getFullName().toString 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 attribute is ordered among its parent's list of tags.

Prototypes

string name() @property;

void name(
  string value
) @property;

Authors

Copyright

License