This method of the XMLOutputStream class writes the given string to the output stream.
public void writeChars(String str) throws IOException;
str | The String to write to the output stream. |
IOException if there was an error writing to the output stream.