Méthode | Description | |
---|---|---|
ConvertToXPathType ( object val, XPathResultType xt, TypeCode typeCode ) : object | ||
Invoke ( XsltContext xsltContext, object args, |
||
ToBoolean ( object argument ) : bool | ||
ToIterator ( object argument ) : |
||
ToNavigator ( object argument ) : |
||
ToNumber ( object argument ) : double | ||
ToString ( object argument ) : string | ||
XsltFunctionImpl ( ) : System.Diagnostics | ||
XsltFunctionImpl ( int minArgs, int maxArgs, XPathResultType returnType, XPathResultType argTypes ) : System.Diagnostics |
Méthode | Description | |
---|---|---|
Init ( int minArgs, int maxArgs, XPathResultType returnType, XPathResultType argTypes ) : void |
Méthode | Description | |
---|---|---|
IteratorToString ( |
||
ToNumeric ( object argument, TypeCode typeCode ) : object |
public static ConvertToXPathType ( object val, XPathResultType xt, TypeCode typeCode ) : object | ||
val | object | |
xt | XPathResultType | |
typeCode | TypeCode | |
Résultat | object |
protected Init ( int minArgs, int maxArgs, XPathResultType returnType, XPathResultType argTypes ) : void | ||
minArgs | int | |
maxArgs | int | |
returnType | XPathResultType | |
argTypes | XPathResultType | |
Résultat | void |
public abstract Invoke ( XsltContext xsltContext, object args, |
||
xsltContext | XsltContext | |
args | object | |
docContext | ||
Résultat | object |
public static ToBoolean ( object argument ) : bool | ||
argument | object | |
Résultat | bool |
public static ToIterator ( object argument ) : |
||
argument | object | |
Résultat |
public static ToNavigator ( object argument ) : |
||
argument | object | |
Résultat |
public static ToNumber ( object argument ) : double | ||
argument | object | |
Résultat | double |
public static ToString ( object argument ) : string | ||
argument | object | |
Résultat | string |
public XsltFunctionImpl ( ) : System.Diagnostics | ||
Résultat | System.Diagnostics |
public XsltFunctionImpl ( int minArgs, int maxArgs, XPathResultType returnType, XPathResultType argTypes ) : System.Diagnostics | ||
minArgs | int | |
maxArgs | int | |
returnType | XPathResultType | |
argTypes | XPathResultType | |
Résultat | System.Diagnostics |