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