Saxon API for .NET

XQueryEvaluator.ContextItem Property

The context item for the query.

public XdmItem ContextItem {get; set;}

Remarks

This may be either a node or an atomic value. Most commonly it will be a document node, which might be constructed using the LoadDocument method of the Processor object.

See Also

XQueryEvaluator Class | Saxon.Api Namespace