XmlMapCollection
Contents
[
Hide
]XmlMapCollection class
A collection of XmlMap objects that represent XmlMap information.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | XmlMap | Gets the xml map by the specific index. |
Methods
| Name | Description |
|---|---|
| add | Add a XmlMap by the url/path of a xml/xsd file. |
| clear | Removes all XmlMaps. |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
XmlMapCollection.Count property
Type: int
XmlMapCollection.Item (int) property
Gets the xml map by the specific index.
Type: XmlMap
add(url) (1 of 2)
Add a XmlMap by the url/path of a xml/xsd file.
| Parameter | Type | Description |
|---|---|---|
| url | String | url/path of a xml/xsd file. |
Returns: XmlMap object index.
add(value) (2 of 2)
Reserved for internal use.
clear()
Removes all XmlMaps.
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.