@Deprecated public class EntityArrays extends Object
| Constructor and Description | 
|---|
EntityArrays()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static String[][] | 
APOS_ESCAPE()
Deprecated.  
Mapping to escape the apostrophe character to its XML character entity. 
 | 
static String[][] | 
APOS_UNESCAPE()
Deprecated.  
Reverse of  
APOS_ESCAPE() for unescaping purposes. | 
static String[][] | 
BASIC_ESCAPE()
Deprecated.  
Mapping to escape the basic XML and HTML character entities. 
 | 
static String[][] | 
BASIC_UNESCAPE()
Deprecated.  
Reverse of  
BASIC_ESCAPE() for unescaping purposes. | 
static String[][] | 
HTML40_EXTENDED_ESCAPE()
Deprecated.  
Mapping to escape additional character entity
 references. 
 | 
static String[][] | 
HTML40_EXTENDED_UNESCAPE()
Deprecated.  
Reverse of  
HTML40_EXTENDED_ESCAPE() for unescaping purposes. | 
static String[][] | 
invert(String[][] array)
Deprecated.  
Used to invert an escape array into an unescape array 
 | 
static String[][] | 
ISO8859_1_ESCAPE()
Deprecated.  
Mapping to escape ISO-8859-1
 characters to their named HTML 3.x equivalents. 
 | 
static String[][] | 
ISO8859_1_UNESCAPE()
Deprecated.  
Reverse of  
ISO8859_1_ESCAPE() for unescaping purposes. | 
static String[][] | 
JAVA_CTRL_CHARS_ESCAPE()
Deprecated.  
Mapping to escape the Java control characters. 
 | 
static String[][] | 
JAVA_CTRL_CHARS_UNESCAPE()
Deprecated.  
Reverse of  
JAVA_CTRL_CHARS_ESCAPE() for unescaping purposes. | 
public EntityArrays()
public static String[][] ISO8859_1_ESCAPE()
public static String[][] ISO8859_1_UNESCAPE()
ISO8859_1_ESCAPE() for unescaping purposes.public static String[][] HTML40_EXTENDED_ESCAPE()
ISO8859_1_ESCAPE() to get the full list of
 HTML 4.0 character entities.public static String[][] HTML40_EXTENDED_UNESCAPE()
HTML40_EXTENDED_ESCAPE() for unescaping purposes.public static String[][] BASIC_ESCAPE()
" & < >public static String[][] BASIC_UNESCAPE()
BASIC_ESCAPE() for unescaping purposes.public static String[][] APOS_ESCAPE()
public static String[][] APOS_UNESCAPE()
APOS_ESCAPE() for unescaping purposes.public static String[][] JAVA_CTRL_CHARS_ESCAPE()
\b \n \t \f \rpublic static String[][] JAVA_CTRL_CHARS_UNESCAPE()
JAVA_CTRL_CHARS_ESCAPE() for unescaping purposes.Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.