xmlunit-core : Org.XmlUnit.Diff Namespace

XPathContext.INodeInfo Interface

Abstract representation of a node inside the XPathContext.

Syntax

public interface 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.9.1.209

Members

Public Properties

[read-only]
Name System.Xml.XmlQualifiedName . The fully qualified name of a node.
[read-only]
Type System.Xml.XmlNodeType . The type of a node.

Extension Methods

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

Member Details

Name Property

The fully qualified name of a node.

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

Type Property

The type of a node.

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