xmlunit-core : Org.XmlUnit.Diff Namespace

DOMDifferenceEngine Class

Difference engine based on DOM.

Syntax

public sealed class DOMDifferenceEngine : AbstractDifferenceEngine

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

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

AttributeFilter Predicate<System.Xml.XmlAttribute> . Documentation for this section has not yet been entered. (Inherited from AbstractDifferenceEngine.)
ComparisonController ComparisonController . Documentation for this section has not yet been entered. (Inherited from AbstractDifferenceEngine.)
DifferenceEvaluator DifferenceEvaluator . Documentation for this section has not yet been entered. (Inherited from AbstractDifferenceEngine.)
NamespaceContext IDictionary<string, string> . Documentation for this section has not yet been entered. (Inherited from AbstractDifferenceEngine.)
NodeFilter Predicate<System.Xml.XmlNode> . Documentation for this section has not yet been entered. (Inherited from AbstractDifferenceEngine.)
NodeMatcher INodeMatcher . Documentation for this section has not yet been entered. (Inherited from AbstractDifferenceEngine.)

Public Methods

override
Compare (Org.XmlUnit.ISource, Org.XmlUnit.ISource)
Documentation for this section has not yet been entered.
abstract
Compare (Org.XmlUnit.ISource, Org.XmlUnit.ISource)
Documentation for this section has not yet been entered. (Inherited from AbstractDifferenceEngine.)

Protected Methods

Compare (Comparison) : AbstractDifferenceEngine.ComparisonState
Compares the detail values for object equality, lets the difference evaluator evaluate the result, notifies all listeners and returns the outcome. (Inherited from AbstractDifferenceEngine.)

Public Events

ComparisonListener Documentation for this section has not yet been entered. (Inherited from AbstractDifferenceEngine.)
DifferenceListener Documentation for this section has not yet been entered. (Inherited from AbstractDifferenceEngine.)
MatchListener Documentation for this section has not yet been entered. (Inherited from AbstractDifferenceEngine.)

Extension Methods

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

Member Details

DOMDifferenceEngine Constructor

Documentation for this section has not yet been entered.

Syntax

public DOMDifferenceEngine ()

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

Compare Method

Documentation for this section has not yet been entered.

Syntax

public override void Compare (Org.XmlUnit.ISource control, Org.XmlUnit.ISource test)

Parameters

control
Documentation for this section has not yet been entered.
test
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