|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.apache.xml.serialize.Encodings
Provides information about encodings. Depends on the Java runtime to provides writers for the different encodings, but can be used to override encoding names and provide the last printable character for each encoding.
Field Summary | |
(package private) static int |
DefaultLastPrintable
The last printable character for unknown encodings. |
(package private) static java.lang.String |
JIS_DANGER_CHARS
|
Constructor Summary | |
Encodings()
|
Method Summary | |
(package private) static EncodingInfo |
getEncodingInfo(java.lang.String encoding)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final int DefaultLastPrintable
static final java.lang.String JIS_DANGER_CHARS
Constructor Detail |
public Encodings()
Method Detail |
static EncodingInfo getEncodingInfo(java.lang.String encoding)
encoding
- a MIME charset name, or null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |