Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
XmlDocumentXPathExtensions Class
Definition
- Namespace:
- System.Xml
- Assembly:
- System.Xml.XPath.XmlDocument.dll
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for the XmlDocument and XmlNode for document navigation.
public ref class XmlDocumentXPathExtensions abstract sealed
public static class XmlDocumentXPathExtensions
type XmlDocumentXPathExtensions = class
Public Module XmlDocumentXPathExtensions
- Inheritance
-
XmlDocumentXPathExtensions
Methods
| Name | Description |
|---|---|
| CreateNavigator(XmlDocument, XmlNode) |
Creates an XPath navigator object for navigating the specified document positioned on the specified node. |
| CreateNavigator(XmlDocument) |
Creates a new XPath navigator object for navigating the specified document. |
| CreateNavigator(XmlNode) |
Creates an XPath navigator for navigating the specified node. |
| SelectNodes(XmlNode, String, XmlNamespaceManager) |
Selects a list of nodes matching the specified XPath expression. Any prefixes found in the XPath expression are resolved using the supplied namespace manager. |
| SelectNodes(XmlNode, String) |
Selects a list of nodes matching the specified XPath expression. |
| SelectSingleNode(XmlNode, String, XmlNamespaceManager) |
Selects the first node that matches the XPath expression. Any prefixes found in the XPath expression are resolved using the supplied namespace manager. |
| SelectSingleNode(XmlNode, String) |
Selects the first node that matches the XPath expression. |
| ToXPathNavigable(XmlNode) |
Creates an IXPathNavigable instance used for producing navigators. |
Applies to
Feedback
Was this page helpful?
