XPathExpression
Provides a typed class that represents a compiled XPath expression.
When overridden in a derived class, gets a string representation of the XPathExpression.
When overridden in a derived class, gets the result type of the XPath expression.
Compiles the XPath expression specified and returns an XPathExpression object representing the XPath expression.
Compiles the specified XPath expression, with the IXmlNamespaceResolver object specified for namespace resolution, and returns an XPathExpression object that represents the XPath expression.
When overridden in a derived class, sorts the nodes selected by the XPath expression according to the specified IComparer object.
public abstract void AddSort(object expr, XmlSortOrder order, XmlCaseOrder caseOrder, string lang, XmlDataType dataType)
When overridden in a derived class, sorts the nodes selected by the XPath expression according to the supplied parameters.
When overridden in a derived class, returns a clone of this XPathExpression.
When overridden in a derived class, specifies the XmlNamespaceManager object to use for namespace resolution.
When overridden in a derived class, specifies the IXmlNamespaceResolver object to use for namespace resolution.