XMLImportMaps
A collection of XML tag to style mappings.
XMLImportMaps Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the XML import map with the specified index or name. |
| length |
Long |
read |
The number of XML import maps in the collection. |
XMLImportMaps Methods
| Method |
Returns |
Description |
| add |
XMLImportMap |
Create a new mapping. |
| anyItem |
Object |
Returns any XML import map. |
| firstItem |
Object |
Returns the first XML import map. |
| itemByRange |
Objects |
Returns the XML import maps within the specified range. |
| lastItem |
Object |
Returns the last XML import map. |
| middleItem |
Object |
Returns the middle XML import map. |
| nextItem |
Object |
Returns the next XML import map. |
| previousItem |
Object |
Returns the previous XML import map. |