|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.xml.Encodings
public class Encodings
Canonical Encoding Names for java.io and
java.lang API.
| Field Summary | |
|---|---|
static String |
ISO_8859_1
ISO 8859-1, Latin Alphabet No. |
static String |
US_ASCII
American Standard Code for Information Interchange |
static String |
UTF_16
Sixteen-bit UCS Transformation Format, byte order identified by a mandatory initial byte-order mark |
static String |
UTF_16BE
Sixteen-bit Unicode Transformation Format, big-endian byte order |
static String |
UTF_16BE_WITH_BOM
Sixteen-bit Unicode Transformation Format, big-endian byte order, with byte-order mark |
static String |
UTF_16LE
Sixteen-bit Unicode Transformation Format, little-endian byte order |
static String |
UTF_16LE_WITH_BOM
Sixteen-bit Unicode Transformation Format, little-endian byte order, with byte-order mark |
static String |
UTF_32
Thirtytwo-bit UCS Transformation Format, byte order identified by an optional byte-order mark. |
static String |
UTF_32BE
Thirtytwo-bit UCS Transformation Format, big-endian byte order |
static String |
UTF_32LE
Thirtytwo-bit UCS Transformation Format, little-endian byte order |
static String |
UTF_8
Eight-bit UCS Transformation Format |
static String |
WINDOWS_1252
Windows Latin-1 |
| Constructor Summary | |
|---|---|
Encodings()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String UTF_8
public static final String US_ASCII
public static final String ISO_8859_1
public static final String UTF_16BE_WITH_BOM
public static final String UTF_16LE_WITH_BOM
public static final String WINDOWS_1252
public static final String UTF_16BE
public static final String UTF_16LE
public static final String UTF_16
public static final String UTF_32
public static final String UTF_32BE
public static final String UTF_32LE
| Constructor Detail |
|---|
public Encodings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||