XMLImportMaps
A collection of XML import maps.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
XMLImportMap add( Mixed markupTag, Mixed mappedStyle, Object withProperties )
Create a new mapping
Parameters
Type Name Description 
Number count()
Displays the number of elements in the XMLImportMap.
XMLImportMap item( Mixed index )
Returns the XMLImportMap with the specified index or name.
Parameters
Type Name Description 
XMLImportMap itemByRange( Mixed from, Mixed to )
Returns the XMLImportMaps within the specified range.
Parameters
Type Name Description 
XMLImportMap firstItem()
Returns the first XMLImportMap in the collection.
XMLImportMap lastItem()
Returns the last XMLImportMap in the collection.
XMLImportMap middleItem()
Returns the middle XMLImportMap in the collection.
XMLImportMap previousItem( XMLImportMap obj )
Returns the XMLImportMap with the index previous to the specified index.
Parameters
Type Name Description 
XMLImportMap nextItem( XMLImportMap obj )
Returns the XMLImportMap whose index follows the specified XMLImportMap in the collection.
Parameters
Type Name Description 
XMLImportMap anyItem()
Returns any XMLImportMap in the collection.
XMLImportMap everyItem()
Returns every XMLImportMap in the collection.
String toSource()
Generates a string which, if executed, will return the XMLImportMap.
XMLImportMap []( Number index )
Returns the XMLImportMap with the specified index.
Parameters
Type Name Description