The methods of System.Xml.XPath.XPathExpression are listed below. For a list of all members, see the XPathExpression Members list.
See Also: Inherited members from System.Object
abstractAddSort(object, IComparer) Indicates this instance that the evaluation result of this expression must be sorted in the specified order. abstractAddSort(object, XmlSortOrder, XmlCaseOrder, string, XmlDataType) Indicates this instance that the evaluation result of this expression must be sorted in the specified order. abstractClone() : XPathExpression Clones this instance and returns the copy. staticCompile(string) : XPathExpression Documentation for this section has not yet been entered. staticCompile(string, System.Xml.IXmlNamespaceResolver) : XPathExpression Documentation for this section has not yet been entered. abstractSetContext(System.Xml.IXmlNamespaceResolver) Documentation for this section has not yet been entered. abstractSetContext(System.Xml.XmlNamespaceManager) Sets an System.Xml.XmlNamespaceManager instance as an XPath evaluation context, especially to provide namespace mappings in XPath.