Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Xml.XPath Namespace

 

The System.Xml.XPath namespace contains the classes that define a cursor model for navigating and editing XML information items as instances of the XQuery 1.0 and XPath 2.0 Data Model.

ClassDescription
System_CAPS_pubclassExtensions

This class contains the LINQ to XML extension methods that enable you to evaluate XPath expressions.

System_CAPS_pubclassXPathDocument

Provides a fast, read-only, in-memory representation of an XML document by using the XPath data model.

System_CAPS_pubclassXPathException

Provides the exception thrown when an error occurs while processing an XPath expression.

System_CAPS_pubclassXPathExpression

Provides a typed class that represents a compiled XPath expression.

System_CAPS_pubclassXPathItem

Represents an item in the XQuery 1.0 and XPath 2.0 Data Model.

System_CAPS_pubclassXPathNavigator

Provides a cursor model for navigating and editing XML data.

System_CAPS_pubclassXPathNodeIterator

Provides an iterator over a selected set of nodes.

InterfaceDescription
System_CAPS_pubinterfaceIXPathNavigable

Provides an accessor to the XPathNavigator class.

EnumerationDescription
System_CAPS_pubenumXmlCaseOrder

Specifies the sort order for uppercase and lowercase letters.

System_CAPS_pubenumXmlDataType

Specifies the data type used to determine sort order.

System_CAPS_pubenumXmlSortOrder

Specifies the sort order.

System_CAPS_pubenumXPathNamespaceScope

Defines the namespace scope.

System_CAPS_pubenumXPathNodeType

Defines the XPath node types that can be returned from the XPathNavigator class.

System_CAPS_pubenumXPathResultType

Specifies the return type of the XPath expression.

Return to top
Show:
© 2017 Microsoft