xmlunit-core : Org.XmlUnit.Input Namespace

DOMSource Class

ISource implementation encapsulating a DOM Node.

Syntax

public class DOMSource : 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.1.175

Members

See Also: Inherited members from AbstractSource.

Public Constructors

Wraps the given XmlNode as ISource.

Public Properties

[read-only]
Node System.Xml.XmlNode . The node this source is wrapping
[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

DOMSource Constructor

Wraps the given XmlNode as ISource.

Syntax

public DOMSource (System.Xml.XmlNode node)

Parameters

node
the node 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.1.175

Node Property

The node this source is wrapping

Syntax

public System.Xml.XmlNode Node { 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.1.175