Packageblitting.net
Classpublic class XmlService
InheritanceXmlService Inheritance AbstractService Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
 Inheriteddata : Object
AbstractService
 InheritedrequestMethod : String = GET
AbstractService
 Inheritedurl : String
AbstractService
  xml : XML = null
XmlService
Protected Properties
 PropertyDefined By
 InheritedurlLoader : URLLoader
AbstractService
 InheritedurlRequest : URLRequest
AbstractService
Public Methods
 MethodDefined By
  
XmlService
  
dispose():void
[override]
XmlService
 Inherited
load(url:String = null, data:Object = null, requestMethod:String):void
AbstractService
Protected Methods
 MethodDefined By
  
completeHandler(event:Event):void
[override]
XmlService
  
ioErrorHandler(event:IOErrorEvent):void
[override]
XmlService
  
securityErrorHandler(event:SecurityErrorEvent):void
[override]
XmlService
Property Detail
xmlproperty
public var xml:XML = null

Constructor Detail
XmlService()Constructor
public function XmlService()



Method Detail
completeHandler()method
override protected function completeHandler(event:Event):void

Parameters

event:Event

dispose()method 
override public function dispose():void

ioErrorHandler()method 
override protected function ioErrorHandler(event:IOErrorEvent):void

Parameters

event:IOErrorEvent

securityErrorHandler()method 
override protected function securityErrorHandler(event:SecurityErrorEvent):void

Parameters

event:SecurityErrorEvent