org.apache.xmlrpc.applet
class XmlRpcSupport.XmlWriter extends Object
See Also: Bugzilla
bug 28982
Field Summary | |
---|---|
StringBuffer | buf |
String | enc |
Constructor Summary | |
---|---|
XmlWriter(StringBuffer buf) |
Method Summary | |
---|---|
void | chardata(String text) |
void | emptyElement(String elem) |
void | endElement(String elem) |
byte[] | getBytes() |
void | startElement(String elem) |
String | toString() |
void | write(byte[] text) |
void | write(char[] text) |
void | write(String text) |
Parameters: buf
Parameters: text
Parameters: elem
Parameters: elem
Returns:
Throws: UnsupportedEncodingException
Parameters: elem
Returns:
Parameters: text
Parameters: text
Parameters: text