xmlunit-core : Org.XmlUnit.Input Namespace

LinqSource Class

ISource implementation encapsulating a System.Xml.Linq XNode.

Syntax

public class LinqSource : 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.6.0.121

Members

See Also: Inherited members from AbstractSource.

Public Constructors

Wraps the given XNode as ISource.

Public Properties

[read-only]
Node System.Xml.Linq.XNode . 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

LinqSource Constructor

Wraps the given XNode as ISource.

Syntax

public LinqSource (System.Xml.Linq.XNode 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.6.0.121

Node Property

The node this source is wrapping

Syntax

public System.Xml.Linq.XNode 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.6.0.121