The members of System.Xml.XPath.XPathExpression are listed below.
See Also: Inherited members from System.Object
| [read-only] abstract | Expression | string. This property is a string representation of this XPath expression. |
| [read-only] abstract | ReturnType | XPathResultType. Represents the return type of this XPath expression. |
abstract | AddSort(object, IComparer)Indicates this instance that the evaluation result of this expression must be sorted in the specified order. | |
abstract | AddSort(object, XmlSortOrder, XmlCaseOrder, string, XmlDataType)Indicates this instance that the evaluation result of this expression must be sorted in the specified order. | |
abstract | Clone()Clones this instance and returns the copy. | |
static | Compile(string)Documentation for this section has not yet been entered. | |
static | Compile(string, System.Xml.IXmlNamespaceResolver)Documentation for this section has not yet been entered. | |
abstract | SetContext(System.Xml.IXmlNamespaceResolver)Documentation for this section has not yet been entered. | |
abstract | SetContext(System.Xml.XmlNamespaceManager)Sets an System.Xml.XmlNamespaceManager instance as an XPath evaluation context, especially to provide namespace mappings in XPath. | |