InstancesXMLExportMap [] (index:
number)
Returns the XMLExportMap with the specified index.
Parameter | Type | Description |
index | number | The index. |
XMLExportMap add (mappedStyle:
varies, markupTag:
varies[, withProperties:
Object])
Create a new mapping
XMLExportMap anyItem ()
Returns any XMLExportMap in the collection.
number count ()
Displays the number of elements in the XMLExportMap.
Array of XMLExportMap everyItem ()
Returns every XMLExportMap in the collection.
XMLExportMap firstItem ()
Returns the first XMLExportMap in the collection.
XMLExportMap item (index:
varies)
Returns the XMLExportMap with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array of XMLExportMap itemByRange (from:
varies, to:
varies)
Returns the XMLExportMaps within the specified range.
Parameter | Type | Description |
from | Long Integer String XMLExportMap | The XMLExportMap, index, or name at the beginning of the range. Can accept: XMLExportMap, Long Integer or String. |
to | Long Integer String XMLExportMap | The XMLExportMap, index, or name at the end of the range. Can accept: XMLExportMap, Long Integer or String. |
XMLExportMap lastItem ()
Returns the last XMLExportMap in the collection.
XMLExportMap middleItem ()
Returns the middle XMLExportMap in the collection.
XMLExportMap nextItem (obj:
XMLExportMap)
Returns the XMLExportMap whose index follows the specified XMLExportMap in the collection.
Parameter | Type | Description |
obj | XMLExportMap | The XMLExportMap whose index comes before the desired XMLExportMap. |
XMLExportMap previousItem (obj:
XMLExportMap)
Returns the XMLExportMap with the index previous to the specified index.
Parameter | Type | Description |
obj | XMLExportMap | The index of the XMLExportMap that follows the desired XMLExportMap. |
string toSource ()
Generates a string which, if executed, will return the XMLExportMap.
|