SolutionXMLCollection

SolutionXMLCollection class

SolutionXML collection.

Methods

NameDescription
add(solutionXml)Add the SolutionXML in the collection.
clear()
get(name)Gets the element at the specified attribute Name. Returns null if an element is not exist.
get()
getCount()
iterator()Reserved for internal use.
remove(solutionXml)Remove the SolutionXML from the collection.
removeAt()

add(solutionXml)

Add the SolutionXML in the collection.

ParameterTypeDescription
solutionXmlSolutionXML

Returns: Number — Number

clear()

get(name)

Gets the element at the specified attribute Name. Returns null if an element is not exist.

ParameterTypeDescription
nameString

Returns: SolutionXML — SolutionXML

get()

getCount()

iterator()

Reserved for internal use.

remove(solutionXml)

Remove the SolutionXML from the collection.

ParameterTypeDescription
solutionXmlSolutionXML

removeAt()