newWriter
Create a new XmlWriter that appends to the given Appendable.
Return
A (potentially platform specific) XmlWriter
Parameters
The appendable to which the XML will be written
Should the writer ensure that namespace declarations are written when needed, even when not explicitly done.
When not explicitly written, this parameter determines whether the XML declaration is written.
Create a new XmlWriter that appends to the given Writer. This writer could be a platform specific writer.
Return
A (potentially platform specific) XmlWriter
Parameters
The writer to which the XML will be written. This writer will be closed by the XmlWriter
Should the writer ensure that namespace declarations are written when needed, even when not explicitly done.
When not explicitly written, this parameter determines whether the XML declaration is written.
Create a new XmlWriter that appends to the given Appendable. This writer could be a platform specific writer.
Return
A (potentially platform specific) XmlWriter
Parameters
The appendable to which the XML will be written
Should the writer ensure that namespace declarations are written when needed, even when not explicitly done.
When not explicitly written, this parameter determines whether the XML declaration is written.
Create a new XmlWriter that appends to the given Writer. This writer could be a platform specific writer.
Return
A (potentially platform specific) XmlWriter
Parameters
The writer to which the XML will be written. This writer will be closed by the XmlWriter
Should the writer ensure that namespace declarations are written when needed, even when not explicitly done.
When not explicitly written, this parameter determines whether the XML declaration is written.
Create a new DomWriter that results in writing to DOM with dest as the receiver node.
Return
The DomWriter
Parameters
Destination node that will be the root
Create a new XmlWriter that appends to the given Appendable. This writer could be a platform specific writer.
Return
A (potentially platform specific) XmlWriter
Parameters
The appendable to which the XML will be written
Should the writer ensure that namespace declarations are written when needed, even when not explicitly done.
When not explicitly written, this parameter determines whether the XML declaration is written.
Create a new XmlWriter that appends to the given Writer. This writer could be a platform specific writer.
Return
A (potentially platform specific) XmlWriter
Parameters
The writer to which the XML will be written. This writer will be closed by the XmlWriter
Should the writer ensure that namespace declarations are written when needed, even when not explicitly done.
When not explicitly written, this parameter determines whether the XML declaration is written.
Create a new XmlWriter that appends to the given OutputStream. This writer could be a platform specific writer.
Return
A (potentially platform specific) XmlWriter
Parameters
The output stream to which the XML will be written. This writer will be closed by the XmlWriter
The character encoding to be used.
Should the writer ensure that namespace declarations are written when needed, even when not explicitly done.
Create a new XmlWriter that appends to the given java specific java.io.Writer.
Return
A (potentially platform specific) XmlWriter
Parameters
The writer to which the XML will be written. This writer will be closed by the XmlWriter
Should the writer ensure that namespace declarations are written when needed, even when not explicitly done.
When not explicitly written, this parameter determines whether the XML declaration is written.
Create a new XmlWriter that appends to the given multi-platform MPWriter.
Return
A (potentially platform specific) XmlWriter
Parameters
The writer to which the XML will be written. This writer will be closed by the XmlWriter
Should the writer ensure that namespace declarations are written when needed, even when not explicitly done.
When not explicitly written, this parameter determines whether the XML declaration is written.
Create a new XmlWriter that appends to the given Writer. This writer could be a platform specific writer.
Return
A (potentially platform specific) XmlWriter
Parameters
The output to write to
Should the writer ensure that namespace declarations are written when needed, even when not explicitly done.
When not explicitly written, this parameter determines whether the XML declaration is written.
