SolutionXMLCollection
Contents
[
Hide
]SolutionXMLCollection class
SolutionXML collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (java.lang.String) | SolutionXML | Gets the element at the specified attribute Name. Returns null if an element is not exist. |
| Item (int) | SolutionXML |
Methods
| Name | Description |
|---|---|
| add | Add the SolutionXML in the collection. |
| remove | Remove the SolutionXML from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved 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.
| Parameter | Type | Description |
|---|---|---|
| solutionXml | SolutionXML |
remove(solutionXml)
Remove the SolutionXML from the collection.
| Parameter | Type | Description |
|---|---|---|
| solutionXml | SolutionXML |
clear()
removeAt(index)
iterator()
Reserved for internal use.