XMLList « XML « Flash / Flex / ActionScript






1.To access the XMLList representing child nodes, use the XML class's instance method children( ).
2.To access a specific child in an XMLList
3.Treating XMLList as XML
4.To replace an XML element with new elements, we assign either an XMLList or XML object to that element
5.Assigning Values to an XMLList
6.Converting XMLList to a String: toString( ) had been invoked on the single XML instance directly: