xmlunit-core : Org.XmlUnit.Diff Namespace

XPathContext.DOMNodeInfo Class

DOM based implementation of Org.XmlUnit.Diff.XPathContext.INodeInfo.

Syntax

public class XPathContext.DOMNodeInfo : XPathContext.INodeInfo

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from object.

Public Constructors

Obtains information from the given XmlNode

Public Properties

[read-only]
Name System.Xml.XmlQualifiedName . Documentation for this section has not yet been entered.
[read-only]
Type System.Xml.XmlNodeType . Documentation for this section has not yet been entered.

Extension Methods

static
Singleton<T> (this T) : IEnumerable<T>
An enumerable containing a single element.

Member Details

XPathContext.DOMNodeInfo Constructor

Obtains information from the given XmlNode

Syntax

public XPathContext.DOMNodeInfo (System.Xml.XmlNode n)

Parameters

n
node to read information from

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Name Property

Documentation for this section has not yet been entered.

Syntax

public System.Xml.XmlQualifiedName Name { 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.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241

Type Property

Documentation for this section has not yet been entered.

Syntax

public System.Xml.XmlNodeType Type { 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.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241