SolutionXMLCollection
Contents
[
Hide
]SolutionXMLCollection class
SolutionXML collection.
Methods
| Name | Description |
|---|---|
| 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.
| Parameter | Type | Description |
|---|---|---|
| solutionXml | SolutionXML |
Returns: Number — Number
clear()
get(name)
Gets the element at the specified attribute Name. Returns null if an element is not exist.
| Parameter | Type | Description |
|---|---|---|
| name | String |
Returns: SolutionXML — SolutionXML
get()
getCount()
iterator()
Reserved for internal use.
remove(solutionXml)
Remove the SolutionXML from the collection.
| Parameter | Type | Description |
|---|---|---|
| solutionXml | SolutionXML |