Public Methods
 FunctionDefined By
  
xmlListInsertAt(xmlList:XMLList, index:int, xmlToInsert:XML):XMLList
Adds an XML value to an XMLList at a specific index.
feathers.utils.xml
Function detail
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

Returns
XMLList