IXPathExpression Interface

IXPathExpression interface

The XPathExpression interface represents a parsed and resolved XPath expression.

public interface IXPathExpression

Methods

NameDescription
evaluate(Node, XPathResultType, object)Evaluates this XPath expression and returns a result.

See Also