mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 18:55:30 +08:00
entityify
This commit is contained in:
6
XML.java
6
XML.java
@@ -31,11 +31,11 @@ import java.util.Iterator;
|
|||||||
* This provides static methods to convert an XML text into a JSONObject,
|
* This provides static methods to convert an XML text into a JSONObject,
|
||||||
* and to covert a JSONObject into an XML text.
|
* and to covert a JSONObject into an XML text.
|
||||||
* @author JSON.org
|
* @author JSON.org
|
||||||
* @version 2011-02-11
|
* @version 2012-10-26
|
||||||
*/
|
*/
|
||||||
public class XML {
|
public class XML {
|
||||||
|
|
||||||
/** The Character '&'. */
|
/** The Character '&'. */
|
||||||
public static final Character AMP = new Character('&');
|
public static final Character AMP = new Character('&');
|
||||||
|
|
||||||
/** The Character '''. */
|
/** The Character '''. */
|
||||||
@@ -50,7 +50,7 @@ public class XML {
|
|||||||
/** The Character '>'. */
|
/** The Character '>'. */
|
||||||
public static final Character GT = new Character('>');
|
public static final Character GT = new Character('>');
|
||||||
|
|
||||||
/** The Character '<'. */
|
/** The Character '<'. */
|
||||||
public static final Character LT = new Character('<');
|
public static final Character LT = new Character('<');
|
||||||
|
|
||||||
/** The Character '?'. */
|
/** The Character '?'. */
|
||||||
|
Reference in New Issue
Block a user