class
XmlMapCollection
Source: aspose.
A collection of XmlMap objects that represent XmlMap information.
Methods
add(url) → Number
Add a XmlMap by the url/path of a xml/xsd file.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
url |
String |
|
url/path of a xml/xsd file. |
- Returns
-
Number
XmlMap object index.
add()
Reserved for internal use.
clear()
Removes all XmlMaps.
contains()
Reserved for internal use.
get(index) → XmlMap
Gets the xml map by the specific index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The index. |
- Returns
-
XmlMap
The xml map
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.