[jdom-interest] XMLOutputter

Bradley S. Huffman hip at cs.okstate.edu
Tue Jul 8 11:36:23 PDT 2003


Naveen My writes:

> XMLOutputter[omitDeclaration = false, encoding = UTF-8, omitEncoding = false,
>  indent = ' ', expandEmptyElements = false, newlines = true, lineSeparator = 
> '\r\n', trimAllWhite = falsetextTrim = falsetextNormalize = false]

That comes from calling toString() on a instance of XMLOutputter. If you
want to write to a String use one of the XMLOutputter.outputString() methods.

Brad



More information about the jdom-interest mailing list