C# 클래스 System.Xml.Xsl.XsltOld.XsltCompileContext.XsltFunctionImpl

상속: IXsltContextFunction
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
ConvertToXPathType ( object val, XPathResultType xt, TypeCode typeCode ) : object
Invoke ( XsltContext xsltContext, object args, XPathNavigator docContext ) : object
ToBoolean ( object argument ) : bool
ToIterator ( object argument ) : XPathNodeIterator
ToNavigator ( object argument ) : XPathNavigator
ToNumber ( object argument ) : double
ToString ( object argument ) : string
XsltFunctionImpl ( ) : System.Diagnostics
XsltFunctionImpl ( int minArgs, int maxArgs, XPathResultType returnType, XPathResultType argTypes ) : System.Diagnostics

보호된 메소드들

메소드 설명
Init ( int minArgs, int maxArgs, XPathResultType returnType, XPathResultType argTypes ) : void

비공개 메소드들

메소드 설명
IteratorToString ( XPathNodeIterator it ) : string
ToNumeric ( object argument, TypeCode typeCode ) : object

메소드 상세

ConvertToXPathType() 공개 정적인 메소드

public static ConvertToXPathType ( object val, XPathResultType xt, TypeCode typeCode ) : object
val object
xt XPathResultType
typeCode TypeCode
리턴 object

Init() 보호된 메소드

protected Init ( int minArgs, int maxArgs, XPathResultType returnType, XPathResultType argTypes ) : void
minArgs int
maxArgs int
returnType XPathResultType
argTypes XPathResultType
리턴 void

Invoke() 공개 추상적인 메소드

public abstract Invoke ( XsltContext xsltContext, object args, XPathNavigator docContext ) : object
xsltContext XsltContext
args object
docContext System.Xml.XPath.XPathNavigator
리턴 object

ToBoolean() 공개 정적인 메소드

public static ToBoolean ( object argument ) : bool
argument object
리턴 bool

ToIterator() 공개 정적인 메소드

public static ToIterator ( object argument ) : XPathNodeIterator
argument object
리턴 System.Xml.XPath.XPathNodeIterator

ToNavigator() 공개 정적인 메소드

public static ToNavigator ( object argument ) : XPathNavigator
argument object
리턴 System.Xml.XPath.XPathNavigator

ToNumber() 공개 정적인 메소드

public static ToNumber ( object argument ) : double
argument object
리턴 double

ToString() 공개 정적인 메소드

public static ToString ( object argument ) : string
argument object
리턴 string

XsltFunctionImpl() 공개 메소드

public XsltFunctionImpl ( ) : System.Diagnostics
리턴 System.Diagnostics

XsltFunctionImpl() 공개 메소드

public XsltFunctionImpl ( int minArgs, int maxArgs, XPathResultType returnType, XPathResultType argTypes ) : System.Diagnostics
minArgs int
maxArgs int
returnType XPathResultType
argTypes XPathResultType
리턴 System.Diagnostics