Implementation of IXmlWriter that does nothing.

Namespace: yWorks.yFiles.GraphML.Writer
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public sealed class NullXmlWriter : AbstractXmlWriter
Visual Basic
Public NotInheritable Class NullXmlWriter _
	Inherits AbstractXmlWriter

Remarks

The main use of this class is to serve as dummy class for the first step of two-pass writing.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.GraphML.Writer..::..AbstractXmlWriter
    yWorks.yFiles.GraphML.Writer..::..NullXmlWriter

See Also