IXPathExpression Interface

IXPathExpression interface

The XPathExpression interface represents a parsed and resolved XPath expression.

public interface IXPathExpression

Members

Methods

NameDescription
Evaluate(NodeXPathResultType, object)Evaluates this XPath expression and returns a result.

See Also