Tag.name

This tag'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 tag is ordered among its parent's list of tags.

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

Meta