Copy this Attribute. The clone does not have a parent, even if the original does.
This tag's name, including namespace if one exists.
Removes this from its parent, if any. Returns this for chaining. Inefficient ATM, but it works.
This tag's name, including namespace if one exists.
This attribute's name, not including namespace.
This tag's namespace. Empty string if no namespace.
Get parent tag. To set a parent, attach this Attribute to its intended parent tag by calling Tag.add(...), or by passing it to the parent tag's constructor.