Mono Class Library: Overview

System.Xml.XPath.XPathExpression: Members

The members of System.Xml.XPath.XPathExpression are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
abstract
Expressionstring. This property is a string representation of this XPath expression.
[read-only]
abstract
ReturnTypeXPathResultType. Represents the return type of this XPath expression.

Public Methods

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() : XPathExpression
Clones this instance and returns the copy.
static
Compile(string) : XPathExpression
Documentation for this section has not yet been entered.
static
Compile(string, System.Xml.IXmlNamespaceResolver) : XPathExpression
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.