Methods

add(solutionXml) → Number

Add the SolutionXML in the collection.

Parameter

Name Type Optional Description

solutionXml

SolutionXML

 

Returns

Number 

clear()

get(name) → SolutionXML

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

Parameter

Name Type Optional Description

name

String

 

Returns

SolutionXML 

get()

getCount()

iterator()

Reserved for internal use.

remove(solutionXml)

Remove the SolutionXML from the collection.

Parameter

Name Type Optional Description

solutionXml

SolutionXML

 

removeAt()