XMLInstructions
A collection of XML instructions.
XMLInstructions Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the XML instruction with the specified index or name. |
| length |
Long |
read |
The number of XML instructions in the collection. |
XMLInstructions Methods
| Method |
Returns |
Description |
| add |
XMLInstruction |
Create a new XML processing instruction. |
| anyItem |
Object |
Returns any XML instruction. |
| firstItem |
Object |
Returns the first XML instruction. |
| itemByID |
Object |
Returns the XML instruction with the specified ID. |
| itemByRange |
Objects |
Returns the XML instructions within the specified range. |
| lastItem |
Object |
Returns the last XML instruction. |
| middleItem |
Object |
Returns the middle XML instruction. |
| nextItem |
Object |
Returns the next XML instruction. |
| previousItem |
Object |
Returns the previous XML instruction. |
Previous post: XMLItem
Next post: XMLInstruction