XPathExpression Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Provides a typed class that represents a compiled XPath expression.
Inheritance Hierarchy
System.Object
System.Xml.XPath.XPathExpression
Namespace: System.Xml.XPath
Assembly: System.Xml.XPath (in System.Xml.XPath.dll)
Syntax
'Declaration
Public MustInherit Class XPathExpression
public abstract class XPathExpression
The XPathExpression type exposes the following members.
Properties
Name | Description | |
---|---|---|
Expression | When overridden in a derived class, gets a string representation of the XPathExpression. | |
ReturnType | When overridden in a derived class, gets the result type of the XPath expression. |
Top
Methods
Name | Description | |
---|---|---|
AddSort(Object, IComparer) | When overridden in a derived class, sorts the nodes selected by the XPath expression according to the specified IComparer object. | |
AddSort(Object, XmlSortOrder, XmlCaseOrder, String, XmlDataType) | When overridden in a derived class, sorts the nodes selected by the XPath expression according to the supplied parameters. | |
Clone | When overridden in a derived class, returns a clone of this XPathExpression. | |
Compile(String) | Compiles the XPath expression specified and returns an XPathExpression object representing the XPath expression. | |
Compile(String, IXmlNamespaceResolver) | Compiles the specified XPath expression, with the IXmlNamespaceResolver object specified for namespace resolution, and returns an XPathExpression object that represents the XPath expression. | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetContext(IXmlNamespaceResolver) | When overridden in a derived class, specifies the IXmlNamespaceResolver object to use for namespace resolution. | |
SetContext(XmlNamespaceManager) | When overridden in a derived class, specifies the XmlNamespaceManager object to use for namespace resolution. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.