SolutionXMLCollection

SolutionXMLCollection class

SolutionXML collection.

Properties

NameTypeDescription
Countint
Item (java.lang.String)SolutionXMLGets the element at the specified attribute Name. Returns null if an element is not exist.
Item (int)SolutionXML

Methods

NameDescription
addAdd the SolutionXML in the collection.
removeRemove the SolutionXML from the collection.
clear
removeAt
iteratorReserved for internal use.

SolutionXMLCollection.Count property

Type: int

SolutionXMLCollection.Item (java.lang.String) property

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

Type: SolutionXML

SolutionXMLCollection.Item (int) property

Type: SolutionXML

add(solutionXml)

Add the SolutionXML in the collection.

ParameterTypeDescription
solutionXmlSolutionXML

remove(solutionXml)

Remove the SolutionXML from the collection.

ParameterTypeDescription
solutionXmlSolutionXML

clear()

removeAt(index)

iterator()

Reserved for internal use.