Click or drag to resize

mxSaxOutputHandlerParseElement Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Parses the given element and paints it onto the canvas.

Namespace:  imbSCI.Graph.MXGraph.reader
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void ParseElement(
	string tagName,
	Dictionary<string, string> atts
)
Request Example View Source

Parameters

tagName
Type: SystemString
Name of the node to be parsed.
atts
Type: System.Collections.GenericDictionaryString, String
See Also