Table of Contents

ReflectionFiles.SelectSingleNode Method

Definition

Namespace
Sandcastle.Core.InheritedDocumentation
Assembly
Sandcastle.Core.dll

Find the single node that matches the given XPath query

public XPathNavigator SelectSingleNode(string xpath)

Parameters

xpath string

The XPath query used to find the node

Returns

XPathNavigator

The node if found or null if not found