.NET Framework Class Library
Extensions..::.XPathSelectElements Method

Selects a collection of elements using an XPath expression.

Overload List

  NameDescription
Public methodStatic memberXPathSelectElements(XNode, String)Selects a collection of elements using an XPath expression.
Public methodStatic memberXPathSelectElements(XNode, String, IXmlNamespaceResolver)Selects a collection of elements using an XPath expression, resolving namespace prefixes using the specified IXmlNamespaceResolver.
Top
Remarks

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.

See Also

Reference

Tags :


Page view tracker