Javax.Xml.Transform.Stream.StreamResult.Writer Property
Get the character stream that was set with setWriter.

Syntax

[get: Android.Runtime.Register("getWriter", "()Ljava/io/Writer;", "GetGetWriterHandler")]
[set: Android.Runtime.Register("setWriter", "(Ljava/io/Writer;)V", "GetSetWriter_Ljava_io_Writer_Handler")]
public virtual Java.IO.Writer Writer { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the character stream that was set with setWriter.

Set method documentation [Android Documentation]

Set the writer that is to receive the result. Normally, a stream should be used rather than a writer, so that the transformer may use instructions contained in the transformation instructions to control the encoding. However, there are times when it is useful to write to a writer, such as when using a StringWriter.

Requirements

Namespace: Javax.Xml.Transform.Stream
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8