XmlMapCollection

XmlMapCollection class

A collection of XmlMap objects that represent XmlMap information.

Methods

NameDescription
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.

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

ParameterTypeDescription
indexNumberThe index.

Returns: XmlMap — XmlMap The xml map

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()