| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | get(index) | |
method | get(name) | |
Gets the element at the specified attribute Name. Returns null if an element is not exist.
|
||
| Method Summary | ||
|---|---|---|
method | add(solutionXml) | |
Add the SolutionXML in the collection.
|
||
method | clear() | |
method | iterator() | |
Reserved for internal use. |
||
method | remove(solutionXml) | |
Remove the SolutionXML from the collection.
|
||
method | removeAt(index) | |
int getCount()
SolutionXML get(name)
name - SolutionXML get(index)
int add(solutionXml)
solutionXml: SolutionXML - remove(solutionXml)
solutionXml: SolutionXML - clear()
removeAt(index)
Iterator iterator()