Click or drag to resize

mxSaxOutputHandlerRead Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Reads the given display XML data and parses all elements.

Namespace:  imbSCI.Graph.MXGraph.reader
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Read(
	XmlReader reader
)
Request Example View Source

Parameters

reader
Type: System.XmlXmlReader
Reader that represents the display XML data.
See Also