xmlunit-core : Org.XmlUnit.Input Namespace

ReaderSource Class

ISource implementation encapsulating a plain XmlReader.

Syntax

public class ReaderSource : 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.2.178

Members

See Also: Inherited members from AbstractSource.

Public Constructors

Wraps the given reader as ISource.

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

ReaderSource Constructor

Wraps the given reader as ISource.

Syntax

public ReaderSource (System.Xml.XmlReader 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.2.178