Basic implementation for all configuration parser class.
Events support :
static public onParserCompleteEVENT:EventType
static public onParserStartEVENT:EventType
public function parse():Void
Starts parsing.
Broadcasts onParserStartEVENT event type.
public function addListener(listener:ParserQueue):Void
Adds passed-in listener for receiving all events.
listener
public function removeListener(listener:ParserQueue):Void
Removes passed-in listener for receiving all events.
public function getParsingLabel():String
Returns human readable text indicating parsing state.
public function toString():String
Returns string representation.