XMLInstructions
A collection of XML instructions.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the XMLInstruction.
XMLInstruction add( String target, String data, Mixed storyOffset, Object withProperties )
Creates a new XML processing instruction.
Parameters
XMLInstruction item( Mixed index )
Returns the XMLInstruction with the specified index or name.
Parameters
XMLInstruction itemByID( Number id )
Returns the XMLInstruction with the specified ID.
Parameters
XMLInstruction itemByRange( Mixed from, Mixed to )
Returns the XMLInstructions within the specified range.
Parameters
XMLInstruction firstItem()
Returns the first XMLInstruction in the collection.
XMLInstruction lastItem()
Returns the last XMLInstruction in the collection.
XMLInstruction middleItem()
Returns the middle XMLInstruction in the collection.
XMLInstruction previousItem( XMLInstruction obj )
Returns the XMLInstruction with the index previous to the specified index.
Parameters
XMLInstruction nextItem( XMLInstruction obj )
Returns the XMLInstruction whose index follows the specified XMLInstruction in the collection.
Parameters
XMLInstruction anyItem()
Returns any XMLInstruction in the collection.
XMLInstruction everyItem()
Returns every XMLInstruction in the collection.
String toSource()
Generates a string which, if executed, will return the XMLInstruction.
XMLInstruction []( Number index )
Returns the XMLInstruction with the specified index.