XmlMapCollection

XmlMapCollection class

A collection of XmlMap objects that represent XmlMap information.

Properties

NameTypeDescription
Countint
Item (int)XmlMapGets the xml map by the specific index.

Methods

NameDescription
addAdd a XmlMap by the url/path of a xml/xsd file.
clearRemoves all XmlMaps.
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved 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.

ParameterTypeDescription
urlStringurl/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.