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 |
Summary
Constructor
Class properties
Class properties inherited from AbstractLib
Instance properties
Instance properties inherited from AbstractLib
Instance methods
- deserializeData
- setDeserializer
- getDeserializer
- initEventSource
- readData
- load
- toString
- setContent
- getContent
- setObject
- getObject
Instance methods inherited from AbstractLib
_checkTimeOut _getTimeStamp _onLoadProgress addEventListener addListener execute fireEvent fireEventType getBytesLoaded getBytesTotal getContent getName getPerCent getTimeOut getURL initEventSource load prefixURL release removeEventListener removeListener setAntiCache setContent setName setTimeOut setURL toString
Constructor
XMLToObject
function XMLToObject (
deserializer:IXMLToObjectDeserializer)
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 (
)
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
Overrides: