| .NET Framework Class Library |
|
System.Xml.XPath Namespace
The System.Xml.XPath namespace contains the XPath parser and evaluation engine. It supports the W3C XML Path Language (XPath) Version 1.0 Recommendation (www.w3.org/TR/xpath).
Namespace hierarchy
Classes
| Class |
Description |
| XPathDocument |
Provides a fast, read-only cache for XML document processing using XSLT. |
| XPathException |
The exception that is thrown when an error occurs when processing an XPath expression. |
| XPathExpression |
Encapsulates a compiled XPath expression. This class is returned as a result of a call to Compile and is used by the Select, Evaluate and Matches methods. |
| XPathNavigator |
Reads data from any data store using a cursor model. |
| XPathNodeIterator |
Provides an iterator over a set of selected nodes. |
Interfaces
Enumerations
See Also
.NET Framework Class Library