XMLToObject

Kind of class:class
Inherits from:AbstractLib
Version:3.0
Author:Francis Bourre
Classpath:com.bourre.data.libs.XMLToObject
File last modified:Wednesday, 31 October 2007, 07:35:29

Constructor

XMLToObject

function XMLToObject (

Class properties

onErrorEVENT

static onErrorEVENT:EventType = AbstractLib.onErrorEVENT
(read,write)

onLoadInitEVENT

static onLoadInitEVENT:EventType = AbstractLib.onLoadInitEVENT
(read,write)

onLoadProgressEVENT

static onLoadProgressEVENT:EventType = AbstractLib.onLoadProgressEVENT
(read,write)

onTimeOutEVENT

static onTimeOutEVENT:EventType = AbstractLib.onTimeOutEVENT
(read,write)

Instance methods

deserializeData

function deserializeData (
oXML:XMLNode) : Object

getContent

function getContent (
) : XML

getDeserializer

function getDeserializer (

getObject

function getObject (
)

initEventSource

function initEventSource (
) : Void

load

function load (
sURL:String) : Void

readData

function readData (
) : Void

setContent

function setContent (
oXML:XML) : Void

setDeserializer

function setDeserializer (
deserializer:IXMLToObjectDeserializer) : Void

setObject

function setObject (
) : Void

toString

function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance

Event handlers

onLoadInit

function onLoadInit (
) : Void