Constructor
new NodeAttribute( name : string, type : string, node : Node )
Constructs a new node attribute.
| name |
The name of the attribute. |
| type |
The type of the attribute. |
| node |
An optional reference to the node. Default is |
Properties
.isNodeAttribute : boolean (readonly)
This flag can be used for type testing.
Default is true.
.name : string
The name of the attribute.
.type : string
The type of the attribute.