Access keys

XMLEvent

Kind of class: class
Inherits from: Event
Dispatched by:
Classpath: org.asapframework.util.xml.XMLEvent
File last modified: Tuesday, 03 October 2006, 09:43:55
XML Event Value Object

Summary

Constructor
Instance properties
Instance properties inherited from Event

Constructor

XMLEvent

function XMLEvent (
inType:String, inSource:XMLWorker, inName:String, inError:String, inStatus:Number)
XML source data that was loaded

Class properties

ON_ALL_LOADED

static ON_ALL_LOADED:String = "onAllXMLLoaded"
(read,write)
for 'onXMLTimeout' event

ON_ERROR

static ON_ERROR:String = "onXMLLoadError"
(read,write)

ON_LOADED

static ON_LOADED:String = "onXMLLoaded"
(read,write)
for 'onXMLLoadError' event

ON_TIMEOUT

static ON_TIMEOUT:String = "onXMLTimeout"
(read,write)
for 'onXMLLoaded' event

Instance properties

error

error:String
(read,write)
name of the XML request

name

name:String
(read,write)
for 'onAllXMLLoaded' event

status

status:Number
(read,write)
error message (if loading failed)

xmlSource

xmlSource:XML
(read,write)
status of the loading atempt, its value will either be 0 (success), correspond to one of the ERROR_ constants in the XMLLoader class, of be something else, in which case an unknown error has occured.