xmlunit-core : Org.XmlUnit.Input Namespace

StringSource Class

Source that provides XML from a string.

Syntax

public sealed class StringSource : Org.XmlUnit.ISource

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

Public Constructors

Creates a new Source wrapping a string.

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

override
ToString () : string
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

StringSource Constructor

Creates a new Source wrapping a string.

Syntax

public StringSource (string c)

Parameters

c
the string 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

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

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

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