|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.serialize.EncodingInfo
Holds information about a given encoding.
Field Summary | |
(package private) String |
javaName
The name used by the Java convertor. |
(package private) int |
lastPrintable
The last printable character. |
(package private) String |
name
The encoding name. |
Constructor Summary | |
EncodingInfo(String name,
String javaName,
int lastPrintable)
Create an EncodingInfo object based on the name, java name, and the max character size. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
final String name
final String javaName
final int lastPrintable
Constructor Detail |
public EncodingInfo(String name, String javaName, int lastPrintable)
name
- non-null reference to the ISO name.javaName
- non-null reference to the Java encoding name.lastPrintable
- The maximum character that can be written.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |