NodeWrangler GetNode Method CleanCode C# Libraries v1.2.03 API
Gets the specified text node from an XML file.

Namespace: CleanCode.Xml
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public XPathNavigator GetNode(
	string nodeName
)

Return Value

Selected text node.
See Also