This class is used as a way to decouple the XML processing and other functions that are subject to change in the future versions.
new MainMenuManager()
public function MainMenuManager(menu:GenericMenu)
The constructor
menu
public function processXML(menu_xml:XML):Array
Call this function to process the menu XML data loaded from an XML file.
menu_xml
- an array containing the menu item data
processXML() in com.maheshj.UI.core.GenericMenuManager