|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.ajax.json.JSONML
@Deprecated public class JSONML
| Constructor Summary | |
|---|---|
JSONML()
Deprecated. |
|
| Method Summary | |
|---|---|
static JSONArray |
toJSONArray(String string)
Deprecated. |
static JSONArray |
toJSONArray(XMLTokener x)
Deprecated. |
static JSONObject |
toJSONObject(String string)
Deprecated. |
static JSONObject |
toJSONObject(XMLTokener x)
Deprecated. |
static String |
toString(JSONArray ja)
Deprecated. |
static String |
toString(JSONObject jo)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSONML()
| Method Detail |
|---|
public static JSONArray toJSONArray(String string)
throws JSONException
JSONException
public static JSONArray toJSONArray(XMLTokener x)
throws JSONException
JSONException
public static JSONObject toJSONObject(XMLTokener x)
throws JSONException
JSONException
public static JSONObject toJSONObject(String string)
throws JSONException
JSONException
public static String toString(JSONArray ja)
throws JSONException
JSONException
public static String toString(JSONObject jo)
throws JSONException
JSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||