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 parenttag. To set aparent, attachthisAttributeto its intendedparenttag by calling 'Tag.add(...)', or by passing it to theparenttag's constructor. | 
| namespace | |
| namespace | Not particularly efficient, but it works. | 
| name | Not including namespace. Use 'fullName' if you want thenamespaceincluded. | 
| name | Not the most efficient, but it works. | 
| fullName | |
| remove | Removes ' this' from itsparent, if any. Returns 'this' for chaining. Inefficient ATM, but it works. | 
| opEquals | |
| toSDLString | |
| toSDLString |