Class Attribute
Inherits from
-
Object(base class)
Constructors
| Name | Description |
|---|---|
| this | |
| this |
Fields
| Name | Type | Description |
|---|---|---|
| value | Value | |
| location | Location |
Methods
| Name | Description |
|---|---|
| parent | 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. |
| namespace | |
| namespace | Not particularly efficient, but it works. |
| name | Not including namespace. Use 'fullName' if you want the namespace included. |
| name | Not the most efficient, but it works. |
| fullName | |
| remove | Removes 'this' from its parent, if any. Returns 'this' for chaining. Inefficient ATM, but it works. |
| opEquals | |
| toSDLString | |
| toSDLString |