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