XmlStreamWriter.this
Constructs a new streaming writer using an internal buffer.
Parameters
options | Write options. |
Constructs a new streaming writer using a character sink.
this
(void delegate(const(ubyte)[]) @safe sink, XmlWriteOptions options = XmlWriteOptions.init) @safeConstructs a new streaming writer using a byte sink.