xmlunit-core : Org.XmlUnit.Builder Namespace

Transform.ITransformationResult Interface

Possible ways to obtain output of an XSLT transformation.

Syntax

public interface Transform.ITransformationResult

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

Public Methods

To (System.IO.Stream)
Output the result to a stream.
To (System.IO.TextWriter)
Output the result to a writer.
To (System.Xml.XmlWriter)
Output the result to a writer.
ToDocument () : System.Xml.XmlDocument
Output the result to a DOM Document.
ToString () : string
Output the result to a string.

Extension Methods

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

Member Details

To Method

Output the result to a stream.

Syntax

public void To (System.IO.Stream s)

Parameters

s
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

To Method

Output the result to a writer.

Syntax

Parameters

t
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

To Method

Output the result to a writer.

Syntax

Parameters

x
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

ToDocument Method

Output the result to a DOM Document.

Syntax

public System.Xml.XmlDocument ToDocument ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

ToString Method

Output the result to a string.

Syntax

public string ToString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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