A collection of XML instructions.
|
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.
|