Possible ways to obtain output of an XSLT transformation.
|
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
()Output the result to a DOM Document. |
|
|
ToString
()Output the result to a string. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
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.10.0.241
Output the result to a writer.Syntax
public void To (System.IO.TextWriter t)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.10.0.241
Output the result to a writer.Syntax
public void To (System.Xml.XmlWriter x)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.10.0.241
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.10.0.241
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.10.0.241