-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathXML.java
More file actions
38 lines (35 loc) · 1.73 KB
/
XML.java
File metadata and controls
38 lines (35 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// Generated automatically from org.json.XML for testing purposes
package org.json;
import java.io.Reader;
import org.json.JSONObject;
import org.json.XMLParserConfiguration;
import org.json.XMLXsiTypeConverter;
public class XML
{
public XML(){}
public static Character AMP = null;
public static Character APOS = null;
public static Character BANG = null;
public static Character EQ = null;
public static Character GT = null;
public static Character LT = null;
public static Character QUEST = null;
public static Character QUOT = null;
public static Character SLASH = null;
public static JSONObject toJSONObject(Reader p0){ return null; }
public static JSONObject toJSONObject(Reader p0, XMLParserConfiguration p1){ return null; }
public static JSONObject toJSONObject(Reader p0, boolean p1){ return null; }
public static JSONObject toJSONObject(String p0){ return null; }
public static JSONObject toJSONObject(String p0, XMLParserConfiguration p1){ return null; }
public static JSONObject toJSONObject(String p0, boolean p1){ return null; }
public static Object stringToValue(String p0){ return null; }
public static Object stringToValue(String p0, XMLXsiTypeConverter<? extends Object> p1){ return null; }
public static String NULL_ATTR = null;
public static String TYPE_ATTR = null;
public static String escape(String p0){ return null; }
public static String toString(Object p0){ return null; }
public static String toString(Object p0, String p1){ return null; }
public static String toString(Object p0, String p1, XMLParserConfiguration p2){ return null; }
public static String unescape(String p0){ return null; }
public static void noSpace(String p0){}
}