Click or drag to resize

mxUtilsGetPrettyXml Method

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 GetPrettyXml(
	XmlNode node
)
Request Example View Source

Parameters

node
Type: System.XmlXmlNode
Node to return the XML for.

Return Value

Type: String
Returns a formatted XML string.
See Also