XMLInstructions
A collection of XML instructions.
XMLInstructions Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of XMLInstructions. |
| Item |
Object |
read |
Returns the XMLInstruction with the specified index or name as Long or String. |
XMLInstructions Methods
| Method |
Returns |
Description |
| Add |
XMLInstruction |
Create a new XML processing instruction. |
| AnyItem |
Object |
Returns any XMLInstruction. |
| FirstItem |
Object |
Returns the first XMLInstruction. |
| ItemByID |
Object |
Returns the XMLInstruction with the specified ID. |
| ItemByRange |
Objects |
Returns the XMLInstructions within the specified range. |
| LastItem |
Object |
Returns the last XMLInstruction. |
| MiddleItem |
Object |
Returns the middle XMLInstruction. |
| NextItem |
Object |
Returns the next XMLInstruction. |
| PreviousItem |
Object |
Returns the previous XMLInstruction. |
Previous post: XMLItem
Next post: XMLInstruction