XmlFile is implementation of TextFile for a xml resource.
XmlFile
TextFile
new XmlFile()
public function XmlFile(source:String, size:Byte, uri:String)
Constructs a new XmlFile.
source
size
uri
public function getXml(Void):XML
Returns the XML content in form of a proper accessable XML instance.
XML
XML instance to access the XML content