Gets the specified text node from an XML file.
Namespace: CleanCode.XmlAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public XPathNavigator GetNode( string nodeName )
Parameters
- nodeName
- Type: System String
Name of the node.
Return Value
Selected text node.See Also