Uses of Class
org.json.XMLTokener
-
Uses of XMLTokener in org.json
Methods in org.json with parameters of type XMLTokenerModifier and TypeMethodDescriptionprivate static ObjectJSONML.parse(XMLTokener x, boolean arrayForm, JSONArray ja, boolean keepStrings, int currentNestingDepth) Parse XML values and store them in a JSONArray.private static ObjectJSONML.parse(XMLTokener x, boolean arrayForm, JSONArray ja, JSONMLParserConfiguration config, int currentNestingDepth) Parse XML values and store them in a JSONArray.private static booleanXML.parse(XMLTokener x, JSONObject context, String name, XMLParserConfiguration config, int currentNestingDepth) Scan the content following the named tag, attaching it to the context.static JSONArrayJSONML.toJSONArray(XMLTokener x) Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.static JSONArrayJSONML.toJSONArray(XMLTokener x, boolean keepStrings) Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.static JSONArrayJSONML.toJSONArray(XMLTokener x, JSONMLParserConfiguration config) Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.static JSONObjectJSONML.toJSONObject(XMLTokener x) Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.static JSONObjectJSONML.toJSONObject(XMLTokener x, boolean keepStrings) Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.static JSONObjectJSONML.toJSONObject(XMLTokener x, JSONMLParserConfiguration config) Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.