ReflectionFilesSelectSingleNode Method

Find the single node that matches the given XPath query

Definition

Namespace: Sandcastle.Core.InheritedDocumentation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public XPathNavigator SelectSingleNode(
	string xpath
)

Parameters

xpath  String
The XPath query used to find the node

Return Value

XPathNavigator
The node if found or null if not found

See Also