Javax.Xml.Transform.Stream.StreamSource Class

See Also: StreamSource Members

Syntax

[Android.Runtime.Register("javax/xml/transform/stream/StreamSource", DoNotGenerateAcw=true)]
public class StreamSource : Java.Lang.Object, Javax.Xml.Transform.ISource, IDisposable

Remarks

Acts as an holder for a transformation Source in the form of a stream of XML markup.

Note: Due to their internal use of either a Java.IO.Reader or Java.IO.InputStream instance, StreamSource instances may only be used once.

[Android Documentation]

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