xmlunit-core : Org.XmlUnit.Diff Namespace

ByNameAndTextRecSelector Class

ElementSelector that allows two elements to be compared if their name (including namespace URI, if any) and textual content is the same and the same is true for all child elements recursively.

Syntax

public static class ByNameAndTextRecSelector

Remarks

This ElementSelector helps with structures nested more deeply but may need to be combined inside a ElementSelectors.ConditionalSelector in order to be useful for the document as a whole.

Requirements

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

Members

See Also: Inherited members from object.

Public Methods

static
CanBeCompared (System.Xml.XmlElement, System.Xml.XmlElement) : bool
Documentation for this section has not yet been entered.

Member Details

CanBeCompared Method

Documentation for this section has not yet been entered.

Syntax

public static bool CanBeCompared (System.Xml.XmlElement controlElement, System.Xml.XmlElement testElement)

Parameters

controlElement
Documentation for this section has not yet been entered.
testElement
Documentation for this section has not yet been entered.

Returns

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