XmlOutput class represents generic XML transformation output. An output XML can be written to an URI, Stream, TextWriter or XmlWriter.

Namespace: Mvp.Xml.Common.Xsl
Assembly: Mvp.Xml (in Mvp.Xml.dll)

Syntax

Visual Basic (Declaration)
Public Class XmlOutput
C#
public class XmlOutput
C++
ref class XmlOutput
J#
public class XmlOutput
JScript
public class XmlOutput

Inheritance Hierarchy

System.Object
   Mvp.Xml.Common.Xsl.XmlOutput

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also