Class org.as2lib.io.file.XmlFile

Description

XmlFile is implementation of TextFile for a xml resource.

Method Index

new XmlFile()
getXml()

Inherited from SimpleTextFile

Constructor Detail

XmlFile

public function XmlFile(source:String, size:Byte, uri:String)

Constructs a new XmlFile.

Parameters

sourcecontent of the XmlFile to create
sizesize in Byte of the loaded resource
urilocation of the loaded resource

Method Detail

getXml

public function getXml(Void):XML

Returns the XML content in form of a proper accessable XML instance.

Return

XML instance to access the XML content