ReflectionFilesSelectSingleNode Method
Find the single node that matches the given XPath query
Namespace: SandcastleBuilder.Utils.InheritedDocumentationAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public XPathNavigator SelectSingleNode(
string xpath
)
Public Function SelectSingleNode (
xpath As String
) As XPathNavigator
public:
XPathNavigator^ SelectSingleNode(
String^ xpath
)
member SelectSingleNode :
xpath : string -> XPathNavigator
- xpath String
- The XPath query used to find the node
XPathNavigatorThe node if found or null if not found