mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 16:00:51 -07:00
entityify
This commit is contained in:
parent
7c14a3d8c2
commit
f803a5db3e
1 changed files with 14 additions and 14 deletions
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…
Add table
Add a link
Reference in a new issue