Javax.Xml.Transform.Stream.StreamResult Members

The members of Javax.Xml.Transform.Stream.StreamResult are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Zero-argument default constructor.
Construct a StreamResult from a File.
Construct a StreamResult from a character stream.
Construct a StreamResult from a byte stream.
Construct a StreamResult from a URL.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
Featurestring. If Javax.Xml.Transform.TransformerFactory.GetFeature(string) returns true when passed this value as an argument, the Transformer supports Result output of this type.

Public Properties

OutputStreamSystem.IO.Stream. Get the byte stream that was set with setOutputStream.
SystemIdstring. Get the system identifier that was set with setSystemId.
WriterJava.IO.Writer. Get the character stream that was set with setWriter.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods