|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.serializer.Encodings
Provides information about encodings. Depends on the Java runtime to provides writers for the different encodings. This class is only for internal use within Xalan. However, it is used directly by org.apache.xalan.xsltc.compiler.Output.
Constructor Summary | |
Encodings()
|
Method Summary | |
static java.lang.String |
convertMime2JavaEncoding(java.lang.String encoding)
Try the best we can to convert a Java encoding to a XML-style encoding. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Encodings()
Method Detail |
public static java.lang.String convertMime2JavaEncoding(java.lang.String encoding)
This is not a public API.
encoding
- non-null reference to encoding string, java style.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |