Accessing XML Data using XPathNavigator
The XPathNavigator class provides methods to navigate nodes, extract XML data and access strongly typed XML data in an XPathDocument or XmlDocument object.
In This Section
Node Set Navigation Using XPathNavigator
Describes the node set navigation methods of the XPathNavigator class used to navigate nodes in an XPathDocument or XmlDocument object.Attribute and Namespace Node Navigation Using XPathNavigator
Describes the attribute and namespace node navigation methods of the XPathNavigator class.Extract XML Data Using XPathNavigator
Describes the various methods of extracting XML data from an XPathDocument or XmlDocument object.Accessing Strongly Typed XML Data Using XPathNavigator
Describes accessing strongly-typed XML data in an XPathDocument or XmlDocument object using the XPathNavigator class.User Defined Functions and Variables
Describes implementing a custom XsltContext class along with the interfaces IXsltContextFunction and IXsltContextVariable that support extension functions and variables.
See Also
Reference
Concepts
Process XML Data Using the XPath Data Model
Reading XML Data using XPathDocument and XmlDocument
Selecting, Evaluating and Matching XML Data using XPathNavigator