Search
XMLReader Members
Constructors Properties Methods
 


Reads FlowChartX diagrams from XML files.

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

 Public Constructors

  Name Description

XMLReader

Initializes a new instance of the XMLReader class.

 Public Properties

  Name Description

Document

Gets or sets the FlowChart instance to get the deserialized diagram.

 Public Methods

  Name Description

Read

Loads a diagram from the XML document whose path is specified as argument.

ReadFromString

Loads a diagram from string containing XML code.

 See Also