Implementation of IXmlWriter that writes directly to an output stream.

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 class DirectXmlWriter : AbstractXmlWriter
Visual Basic
Public Class DirectXmlWriter _
	Inherits AbstractXmlWriter

Remarks

This writer does not support random access on the output document.

Inheritance Hierarchy

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

See Also