An XML item.
XML item elements
| Name | Refer to By |
|---|---|
| d t ds | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| x m l comments | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| x m l elements | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| x m l instructions | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
| x m l items | by numeric index, by name, as a range of elements, before/after another element, satisfying a test, by ID |
XML item properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | integer | read | The class descriptor type. |
| id | integer | read | A unique number identifying the object. |
| index | integer | read | Index of the object within its parent 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. |
XML item methods
| Method | Returns | Description |
|---|---|---|
| delete | Nothing | Delete the object. |
| duplicate | object | Duplicates the object. |
| select | Nothing | Selects the object. |