ReflectionFilesSelect Method

Find all nodes that matches the given XPath query

Definition

Namespace: Sandcastle.Core.InheritedDocumentation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public IEnumerable<XPathNavigator> Select(
	string xpath
)

Parameters

xpath  String
The XPath query used to find nodes

Return Value

IEnumerableXPathNavigator
An enumerable list of matching nodes

See Also