XMLInstruction
An XML processing instruction.
XMLInstruction Properties
| Property |
Type |
Access |
Description |
| Data |
String |
r/w |
The data of the PI. |
| 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. |
| StoryOffset |
Long |
read |
The location of the object from the beginning of the story. |
| Target |
String |
r/w |
The target of the PI. |
XMLInstruction Methods
| Method |
Returns |
Description |
| Delete |
Nothing |
Deletes the object. |
| Duplicate |
Object |
Duplicates the object. |
| Move |
Object |
Move element before/after another element or text object, or to beginning/end. |
| Select |
Nothing |
Selects the object. |