PackageappCoreLib.business
Classpublic class XMLDataBroker
InheritanceXMLDataBroker Inheritance flash.events.EventDispatcher
SubclassesContent, Settings

XMLDataBroker serves as the base class for loading application config & setting XML documents.



Public Properties
 PropertyDefined by
  isLoaded : Boolean
[read-only] Flag indicating whether the target XML is loaded.
XMLDataBroker
  source : String
Convenience accessor for traversing the XML document.
XMLDataBroker
  xml : XML
[read-only] Convenience accessor for traversing the XML document.
XMLDataBroker
Events
 EventSummaryDefined by
    XMLDataBroker
    XMLDataBroker
Property detail
isLoadedproperty
isLoaded:Boolean  [read-only]

Flag indicating whether the target XML is loaded.

Implementation
    public function get isLoaded():Boolean
sourceproperty 
source:String  [read-write]

Convenience accessor for traversing the XML document.

Implementation
    public function get source():String
    public function set source(value:String):void
xmlproperty 
xml:XML  [read-only]

Convenience accessor for traversing the XML document.

Implementation
    public function get xml():XML
Event detail
xmlLoadFailureevent 
Event object type: appCoreLib.events.XMLLoadEvent

xmlLoadSuccessevent  
Event object type: appCoreLib.events.XMLLoadEvent