Implementation of IXmlWriter that does nothing.

Namespace: yWorks.yFiles.GraphML.Writer
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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