Mono Class Library: OverviewSystem.Xml.XPath.XPathExpression: Members |
The members of System.Xml.XPath.XPathExpression are listed below.
See Also: Inherited members from System.Object
[read-only] abstractExpression string. This property is a string representation of this XPath expression. [read-only] abstractReturnType XPathResultType. Represents the return type of this XPath expression.
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.