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