XML attribute
An XML attribute.
XML attribute properties
| Property |
Type |
Access |
Description |
| class |
integer |
read |
The class descriptor type. |
| index |
integer |
read |
Index of the object within its parent object. |
| name |
string |
r/w |
The name of the object. |
| object reference |
object |
read |
An object reference for this object. |
| parent |
object |
read |
The parent of the object. |
| properties |
record |
r/w |
Property that allows setting of several properties at the same time. |
| value |
string |
r/w |
The value of the attribute. |
XML attribute methods
| Method |
Returns |
Description |
| delete |
Nothing |
Delete the object. |
| select |
Nothing |
Selects the object. |