Javax.Xml.Transform.Stream.StreamSource Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Construct a StreamSource from a File.
Construct a StreamSource from a character reader.
Construct a StreamSource from a byte stream.
Construct a StreamSource from a URL.
Construct a StreamSource from a character reader.
Construct a StreamSource from a byte stream.

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 Source input of this type.

Public Properties

InputStreamSystem.IO.Stream. Get the byte stream that was set with setByteStream.
PublicIdstring. Get the public identifier that was set with setPublicId.
ReaderJava.IO.Reader. Get the character stream that was set with setReader.
SystemIdstring. Get the system identifier that was set with setSystemId.

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

SetSystemId(Java.IO.File)
Set the system ID from a File reference.