public function parseXML( xmlinput:XML, allArray:Boolean):Object
Parse an XML string into a flash object. If allarray param is passed, everything will be pushed into array, even if an XMLNode contains only 1 node. Otherwise 1 node elements will be parsed into single object, and multiple nodes into arrays.
Usage: xmlobj.parseXML( xmlstring, true );
Parameters:
Boolean
allArray
if set to true will put all nodes into an array, even if a single childNode