xmlunit-core : Org.XmlUnit.Diff Namespace

NodeFilters Class

Common NodeFilter implementations.

Syntax

public static class NodeFilters

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

Members

See Also: Inherited members from object.

Public Methods

static
AcceptAll (System.Xml.XmlNode) : bool
Suppresses document-type and XML declaration nodes.
static
Default (System.Xml.XmlNode) : bool
Suppresses document-type and XML declaration nodes.

Member Details

AcceptAll Method

Suppresses document-type and XML declaration nodes.

Syntax

public static bool AcceptAll (System.Xml.XmlNode n)

Parameters

n
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

since XMLUnit 2.6.0

Requirements

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

Default Method

Suppresses document-type and XML declaration nodes.

Syntax

public static bool Default (System.Xml.XmlNode n)

Parameters

n
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

This is the default used by AbstractDifferenceEngine and thus DOMDifferenceEngine.

Requirements

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