|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.neurowork.mobile.android.fw.parse.ParseUtils
public class ParseUtils
Utility xml parsing of all of the application.
Constructor Summary | |
---|---|
ParseUtils()
|
Method Summary | |
---|---|
static CoverActivityGenerator |
parseAppCoverData(android.content.Context context,
java.util.Locale locale,
java.lang.String xmlFileName)
This method is used to make the ride home file "coverFileName" passed in the parameter xmlFileName. |
static ApplicationData |
parseApplicationData(android.content.Context context,
java.util.Locale locale,
java.lang.String xmlFileName)
This method is used to make the ride app.xml file, passed in the parameter xmlFileName. |
static ApplicationData |
parseApplicationData(android.content.Context context,
java.lang.String str)
This method is used to make the ride app.xml file, passed in the parameter xmlFileName. |
static java.util.Map<java.lang.String,FormatStyle> |
parseFormatData(android.content.Context context,
java.lang.String xmlFileName)
This method is used to make the ride home file "formats.xml" passed in the parameter xmlFileName. |
static AppLevelData |
parseLevelData(android.content.Context context,
java.util.Locale locale,
java.lang.String xmlFileName,
ActivityType activityType)
This method is used to make the ride home file "LEVEL.xml" passed in the parameter xmlFileName. |
static MenuActions |
parseMenuData(android.content.Context context,
java.lang.String xmlFileName)
This method is used to make the ride home file "top_menu|bottom_menu| context_menu|side_menu" passed in the parameter xmlFileName. |
static java.util.Map<java.lang.String,LevelTypeStyle> |
parseStylesData(android.content.Context context,
java.lang.String xmlFileName)
This method is used to make the ride home file "styles.xml" passed in the parameter xmlFileName. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParseUtils()
Method Detail |
---|
public static ApplicationData parseApplicationData(android.content.Context context, java.util.Locale locale, java.lang.String xmlFileName)
context
- locale
- xmlFileName
-
public static ApplicationData parseApplicationData(android.content.Context context, java.lang.String str)
context
- str
-
public static CoverActivityGenerator parseAppCoverData(android.content.Context context, java.util.Locale locale, java.lang.String xmlFileName)
context
- locale
- xmlFileName
-
public static MenuActions parseMenuData(android.content.Context context, java.lang.String xmlFileName)
context
- xmlFileName
-
public static java.util.Map<java.lang.String,LevelTypeStyle> parseStylesData(android.content.Context context, java.lang.String xmlFileName)
context
- xmlFileName
-
public static java.util.Map<java.lang.String,FormatStyle> parseFormatData(android.content.Context context, java.lang.String xmlFileName)
context
- xmlFileName
-
public static AppLevelData parseLevelData(android.content.Context context, java.util.Locale locale, java.lang.String xmlFileName, ActivityType activityType)
context
- locale
- xmlFileName
- activityType
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |