C# 클래스 Mvp.Xml.Common.XPath.IndexingXPathNavigator.KeyExtensionFunction

key() extension function implementation.
상속: IXsltContextFunction
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
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.

메소드 상세

Invoke() 공개 메소드

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
리턴 object

KeyExtensionFunction() 공개 메소드

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