Saxon API for .NET

XPathExecutable.Load Method 

Load the compiled XPath expression to prepare it for execution.

public XPathSelector Load();

Return Value

An XPathSelector. The returned XPathSelector can be used to set up the dynamic context, and then to evaluate the expression.

See Also

XPathExecutable Class | Saxon.Api Namespace