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.

  1. string name [@property getter]
  2. string name [@property setter]
    class Attribute
    @property
    void
    name
    (
    string value
    )

Meta