xmlunit-core : Org.XmlUnit Namespace

ISource Interface

Representation of the various ways to provide pieces of XML to XMLUnit.

Syntax

public interface ISource

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

Public Properties

[read-only]
Reader System.Xml.XmlReader . Provides the content.
SystemId string . Some sort of Base-URI of this ISource.

Extension Methods

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

Member Details

Reader Property

Provides the content.

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
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.3.0.90

SystemId Property

Some sort of Base-URI of this ISource.

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
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.3.0.90