| Function | Defined By | ||
|---|---|---|---|
xmlListInsertAt(xmlList:XMLList, index:int, xmlToInsert:XML):XMLList
Adds an XML value to an XMLList at a specific index. | feathers.utils.xml | ||
| xmlListInsertAt | () | function |
public function xmlListInsertAt(xmlList:XMLList, index:int, xmlToInsert:XML):XMLList| Product Version : | Feathers 3.3.0 |
Adds an XML value to an XMLList at a specific index.
Parameters
xmlList:XMLList | |
index:int | |
xmlToInsert:XML |
XMLList |