| Package | appCoreLib.business |
| Class | public class XMLDataBroker |
| Inheritance | XMLDataBroker flash.events.EventDispatcher |
| Subclasses | Content, Settings |
| Property | Defined 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 | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| XMLDataBroker | ||||
| XMLDataBroker | ||||
| isLoaded | property |
isLoaded:Boolean [read-only]Flag indicating whether the target XML is loaded.
Implementation public function get isLoaded():Boolean
| source | property |
source:String [read-write]Convenience accessor for traversing the XML document.
Implementation public function get source():String
public function set source(value:String):void
| xml | property |
xml:XML [read-only]Convenience accessor for traversing the XML document.
Implementation public function get xml():XML
| xmlLoadFailure | event |
| xmlLoadSuccess | event |