public class ICQUtil extends Object
| Constructor and Description |
|---|
ICQUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeXML(String s)
Escapes a string that is going to be used in an XML document.
|
static String |
getAgeRange(int i)
Get the age range with the given code.
|
static String |
getBackground(int i)
Get the background with the given code.
|
static String |
getCountry(int i)
Get the country with the given code.
|
static String |
getInterest(int i)
Get the interest with the given code.
|
static String |
getLanguage(int i)
Get the language with the given code.
|
static String |
getSex(int i)
Get the sex with the given code.
|
public static String getSex(int i)
i - the sex codepublic static String getLanguage(int i)
i - the language codepublic static String getCountry(int i)
i - the country codepublic static String getInterest(int i)
i - the interest codepublic static String getBackground(int i)
i - the background codepublic static String getAgeRange(int i)
i - the age range code