Search
XMLWriter Members
Constructors Properties Methods
 


Saves FlowChartX diagrams into XML files.

The following tables list the members exposed by the XMLWriter type.

 Public Constructors

  Name Description

XMLWriter

Initializes a new instance of the XMLWriter class.

 Public Properties

  Name Description

Document

Gets or sets the FlowChart instance to be serialized.

 Public Methods

  Name Description

Write

Encodes the Document as formatted XML text and saves the XML code into the file whose name is passed as argument. If the file already exists, it will be overwritten.

WriteToString

Encodes the Document as formatted XML text and returns the XML code.

 See Also