Mvp.Xml API Documentation

IndexingXPathNavigator.AddKey Method 

Adds named key for use with key() function.

public virtual void AddKey(
   string keyName,
   string match,
   string use
);

Parameters

keyName
The name of the key
match
XPath pattern, defining the nodes to which this key is applicable
use
XPath expression used to determine the value of the key for each matching node

See Also

IndexingXPathNavigator Class | Mvp.Xml.Common.XPath Namespace