C# Class Mvp.Xml.Common.XPath.IndexingXPathNavigator.KeyExtensionFunction

key() extension function implementation.
Inheritance: IXsltContextFunction
Mostrar archivo Open project: Monobjc/monobjc-tools

Public Methods

Method Description
Invoke ( XsltContext xsltContext, object args, XPathNavigator docContext ) : object

Provides the method to invoke the function with the given arguments in the given context.

KeyExtensionFunction ( XPathNavigatorIndexManager manager ) : System

Creates new KeyExtentionFunction object.

Method Details

Invoke() public method

Provides the method to invoke the function with the given arguments in the given context.
public Invoke ( XsltContext xsltContext, object args, XPathNavigator docContext ) : object
xsltContext System.Xml.Xsl.XsltContext Given XSLT context
args object Array of actual arguments
docContext System.Xml.XPath.XPathNavigator Context document
return object

KeyExtensionFunction() public method

Creates new KeyExtentionFunction object.
public KeyExtensionFunction ( XPathNavigatorIndexManager manager ) : System
manager XPathNavigatorIndexManager Index manager for accessing indexes
return System