Class com.flashdoctors.syringe.definition.XMLBeanDefinitions

Implemented Interfaces

ILoadEventPublisher

Description

Method Index

new XMLBeanDefinitions()
addLoadEventListener(), clearLoadEventListeners(), configLoaded(), getNodeText(), load(), publishLoadEvent(), removeLoadEventListener(), xmlValueDict()

Inherited from SimpleBeanDefinitions

Constructor Detail

XMLBeanDefinitions

public function XMLBeanDefinitions()

Method Detail

load

public function load(configFile1:String):Void

configLoaded

public function configLoaded(success:Boolean):Void

xmlValueDict

static public function xmlValueDict(n:XMLNode):Array

getNodeText

static public function getNodeText(n:XMLNode):String

addLoadEventListener

public function addLoadEventListener(obj:ILoadEventListener):Void

removeLoadEventListener

public function removeLoadEventListener(obj:ILoadEventListener):Void

clearLoadEventListeners

public function clearLoadEventListeners():Void

publishLoadEvent

public function publishLoadEvent(evt:LoadEvent):Void