xmlunit-core : Org.XmlUnit.Input Namespace

AbstractSource Class

Provides a base implementation for the different concrete ISource implementations.

Syntax

public abstract class AbstractSource : Org.XmlUnit.ISource, IDisposable

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.10.0.241

Members

See Also: Inherited members from object.

Protected Constructors

Creates a new Source wrapping a reader.

Public Properties

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

Public Methods

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

Protected Methods

Dispose (bool)
Documentation for this section has not yet been entered.

Extension Methods

static
Singleton<T> (this T) : IEnumerable<T>
An enumerable containing a single element.
static
ToDocument (this Org.XmlUnit.ISource) : System.Xml.XmlDocument
Creates a DOM Document from an ISource.
static
ToNode (this Org.XmlUnit.ISource) : System.Xml.XmlNode
Creates a DOM Node from an ISource.

Member Details

AbstractSource Constructor

Creates a new Source wrapping a reader.

Syntax

protected AbstractSource (System.Xml.XmlReader r)

Parameters

r
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.10.0.241

Dispose Method

Documentation for this section has not yet been entered.

Syntax

public void Dispose ()

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.10.0.241

Dispose Method

Documentation for this section has not yet been entered.

Syntax

protected virtual void Dispose (bool disposing)

Parameters

disposing
Documentation for this section has not yet been entered.

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.10.0.241

Reader Property

Documentation for this section has not yet been entered.

Syntax

public System.Xml.XmlReader Reader { get; }

Value

Documentation for this section has not yet been entered.

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.10.0.241

SystemId Property

Documentation for this section has not yet been entered.

Syntax

public string SystemId { get; set; }

Value

Documentation for this section has not yet been entered.

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.10.0.241

ToString Method

Documentation for this section has not yet been entered.

Syntax

public override string ToString ()

Returns

Documentation for this section has not yet been entered.

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.10.0.241