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