org.apache.axis.components.encoding
public interface XMLEncoder
Method Summary | |
---|---|
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 |
Parameters: xmlString string to be encoded
Returns: encoded string
Returns: string
Parameters: writer writer to write this string to xmlString string to be encoded