ReflectionFilesSelect Method

Find all nodes that matches the given XPath query

Definition

Namespace: SandcastleBuilder.Utils.InheritedDocumentation
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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