XMLItem
An XML item.
XMLItem Properties
| Property |
Type |
Access |
Description |
| DTDs |
DTDs |
read |
All DTDs. |
| Id |
Long |
read |
A unique number identifying the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Parent |
Object |
read |
The parent of the object. |
| XMLComments |
XMLComments |
read |
All XML comments. |
| XMLElements |
XMLElements |
read |
All XML elements. |
| XMLInstructions |
XMLInstructions |
read |
All XML instructions. |
| XMLItems |
XMLItems |
read |
All XML items. |
XMLItem Methods
| Method |
Returns |
Description |
| Delete |
Nothing |
Deletes the object. |
| Duplicate |
Object |
Duplicates the object. |
| Select |
Nothing |
Selects the object. |
Previous post: XMLItems
Next post: XMLInstructions