Class fever.conf.parsers.SoundParser

Description

Parses "sounds" definition from configuration file.

   <sounds>
     <factory id="Modern" url="modern.swf" ref="click1,click2" />
     <factory id="Classic" url="classic.swf" ref="click1,click2" />
  </sounds> 
 

Field Index

Inherited from LibParser

Inherited from ConfigurationParser

Method Index

new SoundParser()
getParsingLabel()

Inherited from LibParser

Inherited from ConfigurationParser

Constructor Detail

SoundParser

public function SoundParser()

Constructor.

Method Detail

getParsingLabel

public function getParsingLabel():String

Returns human readable text indicating parsing state.