org.apache.axis.components.encoding
public interface XMLEncoder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
encode(java.lang.String xmlString)
encode a given string
|
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
|
java.lang.String getEncoding()
java.lang.String encode(java.lang.String xmlString)
xmlString
- string to be encodedvoid writeEncoded(java.io.Writer writer, java.lang.String xmlString) throws java.io.IOException
writer
- writer to write this string toxmlString
- string to be encodedjava.io.IOException
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.