Reflection FilesSelect Single Node Method
Find the single node that matches the given XPath query
Definition
Namespace: Sandcastle.Core.InheritedDocumentation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The node if found or null if not found
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public XPathNavigator SelectSingleNode(
string xpath
)VB
Public Function SelectSingleNode (
xpath As String
) As XPathNavigatorC++
public:
XPathNavigator^ SelectSingleNode(
String^ xpath
)F#
member SelectSingleNode :
xpath : string -> XPathNavigator Parameters
- xpath String
- The XPath query used to find the node
Return Value
XPathNavigatorThe node if found or null if not found