ReflectionFiles.SelectSingleNode Method
Definition
- Assembly
- Sandcastle.Core.dll
Find the single node that matches the given XPath query
public XPathNavigator SelectSingleNode(string xpath)
Parameters
xpathstringThe XPath query used to find the node
Returns
- XPathNavigator
The node if found or null if not found