|
||||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
XercesDOMAdapater
.XML4JDOMAdapter
.XMLOutputter
takes a JDOM tree and formats it to a
stream as XML.XMLOutputter
with no additional
whitespace (indent or newlines) added; the whitespace from the
element text content is fully preserved.
XMLOutputter
with the given indent
added but no new lines added; all whitespace from the element text
content is included as well.
XMLOutputter
with the given indent
that prints newlines only if newlines
is
true
; all whitespace from the element text content is
included as well.
XMLOutputter
with
the given indent and new lines printing only if
newlines
is true
, and encoding format
encoding
.
XMLOutputter
with all the
options as set in the given XMLOutputter
.
|
||||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |