Implementation of IXmlWriter that writes directly to an output stream.

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 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