Extensions Class
This class contains the LINQ to XML extension methods that enable you to evaluate XPath expressions.
Namespace: System.Xml.XPath
Assembly: System.Xml.XPath (in System.Xml.XPath.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateNavigator(XNode) | Creates an XPathNavigator for an XNode. |
![]() ![]() | CreateNavigator(XNode, XmlNameTable) | Creates an XPathNavigator for an XNode. The XmlNameTable enables more efficient XPath expression processing. |
![]() ![]() | XPathEvaluate(XNode, String) | Evaluates an XPath expression. |
![]() ![]() | XPathEvaluate(XNode, String, IXmlNamespaceResolver) | Evaluates an XPath expression, resolving namespace prefixes using the specified IXmlNamespaceResolver. |
![]() ![]() | XPathSelectElement(XNode, String) | Selects an XElement using a XPath expression. |
![]() ![]() | XPathSelectElement(XNode, String, IXmlNamespaceResolver) | Selects an XElement using a XPath expression, resolving namespace prefixes using the specified IXmlNamespaceResolver. |
![]() ![]() | 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. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
