org.apache.axis.components.encoding
public abstract class AbstractXMLEncoder extends Object implements XMLEncoder
Field Summary | |
---|---|
protected static String | AMP |
protected static String | CR |
protected static String | GREATER |
protected static String | LESS |
protected static String | LF |
protected static String | QUOTE |
protected static String | TAB |
Method Summary | |
---|---|
String | encode(String xmlString)
Encode a string |
abstract String | getEncoding()
gets the encoding supported by this encoder |
protected StringBuffer | getInitialByteArray(String aXmlString, int pos) |
Parameters: xmlString string to be encoded
Returns: encoded string
Returns: string