[Q] Difference between XML, XMLList and XMLDocument?

Hi all
Could any body explain …
what is the difference between XML, XMLList, and XMLDocument

var theList:XML = new XML(theXML.data);

As the above syntax can retrieve the XML data, why we still have to use XMLList ??

Thanks