The XML String that is produced will have a header <?xml version="1.0" encoding="UTF-8"?>
. Therefore you should not write this string out in any encoding other than UTF-8 (for example do not use the default platform encoding), or you will produce output that will not be able to be parsed.
@param aWriter a Writer to which the XML string will be written
@throws IOException if an I/O failure occurs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|