Click or drag to resize

mxUtilsGetXml Method (XmlNode, Formatting)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a pretty-printed XML string for the given node.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static string GetXml(
	XmlNode node,
	Formatting formatting
)
Request Example View Source

Parameters

node
Type: System.XmlXmlNode
Node to return the XML for.
formatting
Type: System.XmlFormatting
Formatting of the string to be returned.

Return Value

Type: String
Returns a formatted XML string.
See Also