Parsing XML

Hello

What does * do while parsing an XML node like the example given below

for (var i:int=0; i < xml.*.length(); i++)
{
var nam:String=xml..@name;
var upOutColor:uint=xml.
.@upOutColor;

}