xmlunit-core : Org.XmlUnit.Input Namespace

ByteArraySource Class

Source that provides XML from a byte array.

Syntax

public sealed class ByteArraySource : 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.0.168

Members

See Also: Inherited members from object.

Public Constructors

Creates a new Source wrapping a byte array.

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

ByteArraySource Constructor

Creates a new Source wrapping a byte array.

Syntax

public ByteArraySource (byte[] c)

Parameters

c
the byte array 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.0.168

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

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

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