|
Xerces 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.serialize.EncodingInfo
This class represents an encoding.
Constructor Summary | |
EncodingInfo(java.lang.String mimeName,
int lastPrintable)
Creates new EncodingInfo instance. |
|
EncodingInfo(java.lang.String mimeName,
java.lang.String javaName,
int lastPrintable)
Creates new EncodingInfo instance. |
Method Summary | |
java.lang.String |
getName()
Returns a MIME charset name of this encoding. |
java.io.Writer |
getWriter(java.io.OutputStream output)
Returns a writer for this encoding based on an output stream. |
boolean |
isPrintable(int ch)
Checks whether the specified character is printable or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EncodingInfo(java.lang.String mimeName, java.lang.String javaName, int lastPrintable)
EncodingInfo
instance.
public EncodingInfo(java.lang.String mimeName, int lastPrintable)
EncodingInfo
instance.
Method Detail |
public java.lang.String getName()
public java.io.Writer getWriter(java.io.OutputStream output) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
- There is no convertor
to support this encodingpublic boolean isPrintable(int ch)
ch
- a code point (0-0x10ffff)
|
Xerces 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |