|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.components.encoding.AbstractXMLEncoder
com.atlassian.confluence.rpc.soap.ReplacingUTF8Encoder
public class ReplacingUTF8Encoder
UTF-8 Encoder that replaces illegal characters with the Unicode Replacement character "?".
Compare with UTF8Encoder
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.components.encoding.AbstractXMLEncoder |
|---|
AMP, CR, GREATER, LESS, LF, QUOTE, TAB |
| Constructor Summary | |
|---|---|
ReplacingUTF8Encoder()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEncoding()
gets the encoding supported by this encoder |
void |
writeEncoded(java.io.Writer writer,
java.lang.String xmlString)
write the encoded version of a given string |
| Methods inherited from class org.apache.axis.components.encoding.AbstractXMLEncoder |
|---|
encode, getInitialByteArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplacingUTF8Encoder()
| Method Detail |
|---|
public java.lang.String getEncoding()
getEncoding in interface org.apache.axis.components.encoding.XMLEncodergetEncoding in class org.apache.axis.components.encoding.AbstractXMLEncoder
public void writeEncoded(java.io.Writer writer,
java.lang.String xmlString)
throws java.io.IOException
writer - writer to write this string toxmlString - string to be encoded
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||