class
SolutionXMLCollection
Source: aspose.
SolutionXML collection.
Methods
add(solutionXml) → Number
Add the SolutionXML in the collection.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
solutionXml |
|
- Returns
-
Number
clear()
Removes all elements from collection.
get(index) → SolutionXML
Gets the element at the specified index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
- Returns
get(name) → SolutionXML
Gets the element at the specified attribute Name. Returns null if an element is not exist.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
name |
String |
|
- Returns
getCount()
Gets the number of elements actually contained in the collection.
isExist(index) → boolean
Is exist item in the collection.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
index of element. |
- Returns
-
boolean
iterator() → Iterator
Supports a simple iteration over a nongeneric collection.
- Returns
-
Iterator
remove(solutionXml)
Remove the SolutionXML from the collection.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
solutionXml |
|