xmlunit-core : Org.XmlUnit.Input Namespace

WhitespaceNormalizedSource Class

A source that is obtained from a different source by removing all empty text nodes and normalizing the non-empty ones.

Syntax

public class WhitespaceNormalizedSource : DOMSource

Remarks

"normalized" in this context means all whitespace characters are replaced by space characters and consecutive whitespace characters are collapsed.

Requirements

Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.7.2.178

Members

See Also: Inherited members from DOMSource.

Public Constructors

Creates a new Source with the same content as another source normalizing whitespace in Text nodes.

Public Properties

[read-only]
Node System.Xml.XmlNode . The node this source is wrapping (Inherited from DOMSource.)
[read-only]
Reader System.Xml.XmlReader . Documentation for this section has not yet been entered. (Inherited from AbstractSource.)
SystemId string . Documentation for this section has not yet been entered. (Inherited from AbstractSource.)

Public Methods

override
ToString () : string
Documentation for this section has not yet been entered. (Inherited from AbstractSource.)

Extension Methods

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

Member Details

WhitespaceNormalizedSource Constructor

Creates a new Source with the same content as another source normalizing whitespace in Text nodes.

Syntax

public WhitespaceNormalizedSource (Org.XmlUnit.ISource originalSource)

Parameters

originalSource
source with the original content

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.7.2.178