public interface XMLEncoder
| Modifier and Type | Method and Description |
|---|---|
String |
encode(String xmlString)
encode a given string
|
String |
getEncoding()
gets the encoding supported by this encoder
|
void |
writeEncoded(Writer writer,
String xmlString)
write the encoded version of a given string
|
String getEncoding()
String encode(String xmlString)
xmlString - string to be encodedvoid writeEncoded(Writer writer, String xmlString) throws IOException
writer - writer to write this string toxmlString - string to be encodedIOExceptionCopyright © The Apache Software Foundation. All Rights Reserved.