xmlunit-core : Org.XmlUnit.Input Namespace

StreamSource Class

ISource implementation encapsulating data read from a stream or a reader.

Syntax

public class StreamSource : AbstractSource

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.7.1.175

Members

See Also: Inherited members from AbstractSource.

Public Constructors

Wraps the given stream.
Wraps the given reader.
Reads from the given URI

Public Properties

[read-only]
Reader System.Xml.XmlReader . Documentation for this section has not yet been entered. (Inherited from AbstractSource.)
SystemId string . Documentation for this section has not yet been entered. (Inherited from AbstractSource.)

Public Methods

override
ToString () : string
Documentation for this section has not yet been entered. (Inherited from AbstractSource.)

Extension Methods

static
Singleton<T> (this T) : IEnumerable<T>
An enumerable containing a single element.

Member Details

StreamSource Constructor

Wraps the given stream.

Syntax

public StreamSource (System.IO.Stream stream)

Parameters

stream
the stream to wrap

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.7.1.175

StreamSource Constructor

Wraps the given reader.

Syntax

public StreamSource (System.IO.TextReader rdr)

Parameters

rdr
the reader to wrap

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.7.1.175

StreamSource Constructor

Reads from the given URI

Syntax

public StreamSource (string uri)

Parameters

uri
the URI to read

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.7.1.175