mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 11:25:30 -04:00
entityify
This commit is contained in:
parent
7c14a3d8c2
commit
f803a5db3e
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 '?'. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user