XmlMapCollection
Contents
[
Hide
]XmlMapCollection class
A collection of XmlMap objects that represent XmlMap information.
Methods
| Name | Description |
|---|---|
| add(url) | Add a XmlMap by the url/path of a xml/xsd file. |
| add() | Reserved for internal use. |
| clear() | Removes all XmlMaps. |
| contains() | Reserved for internal use. |
| get(index) | Gets the xml map by the specific index. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add(url)
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: Number — Number XmlMap object index.
add()
Reserved for internal use.
clear()
Removes all XmlMaps.
contains()
Reserved for internal use.
get(index)
Gets the xml map by the specific index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index. |
Returns: XmlMap — XmlMap The xml map
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.