Extensions::XPathSelectElements Method
Selects a collection of elements using an XPath expression.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | XPathSelectElements(XNode^, String^) | Selects a collection of elements using an XPath expression. |
![]() ![]() | XPathSelectElements(XNode^, String^, IXmlNamespaceResolver^) | Selects a collection of elements using an XPath expression, resolving namespace prefixes using the specified IXmlNamespaceResolver. |
Although the ordering of returned collections is not specified in the XML XPath Language 1.0 Recommendation, this extension method returns nodes in document order.
Note that nodes are returned in document order even when you use a reverse axis, such as preceding-sibling or ancestor-or-self.

