org.apache.axis.components.encoding
Interface XMLEncoder
- AbstractXMLEncoder, DefaultXMLEncoder
public interface XMLEncoder
Interface for XMLEncoders
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
|
encode
public String encode(String xmlString)
encode a given string
xmlString - string to be encoded
getEncoding
public String getEncoding()
gets the encoding supported by this encoder
writeEncoded
public void writeEncoded(Writer writer,
String xmlString)
throws IOException write the encoded version of a given string
writer - writer to write this string toxmlString - string to be encoded
Copyright © 2005 Apache Web Services Project. All Rights Reserved.