mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
39 lines
1.7 KiB
Java
Generated
39 lines
1.7 KiB
Java
Generated
// 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){}
|
|
}
|