Click or drag to resize

mxUtilsFindNode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the first node where attr equals value. This implementation does not use XPath.

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

Parameters

node
Type: System.XmlXmlNode
attr
Type: SystemString
value
Type: SystemString

Return Value

Type: XmlNode
See Also