Selecting, Evaluating and Matching XML Data using XPathNavigator

The XPathNavigator class provides methods to select nodes in an XPathDocument or XmlDocument object using an XPath query, evaluate and examine the results of an XPath expression, and determine if a node in an XPathDocument or XmlDocument object matches a given XPath expression. These and other concepts that relate to selecting, evaluating and matching nodes in an XPathDocument or XmlDocument object are described in the following topics.

In This Section

See Also

Concepts

Process XML Data Using the XPath Data Model

Reading XML Data using XPathDocument and XmlDocument

Accessing XML Data using XPathNavigator

Editing XML Data using XPathNavigator

Schema Validation using XPathNavigator

Reference

XmlDocument

XPathDocument

XPathNavigator