24 references to XsltFunctions
System.Data.SqlXml (24)
System\Xml\Xsl\Runtime\XslNumber.cs (1)
232
dblVal =
XsltFunctions
.Round(item.ValueAsDouble);
System\Xml\Xsl\Runtime\XsltLibrary.cs (21)
33
public static readonly MethodInfo StartsWith = GetMethod(typeof(
XsltFunctions
), "StartsWith");
34
public static readonly MethodInfo Contains = GetMethod(typeof(
XsltFunctions
), "Contains");
35
public static readonly MethodInfo SubstringBefore = GetMethod(typeof(
XsltFunctions
), "SubstringBefore");
36
public static readonly MethodInfo SubstringAfter = GetMethod(typeof(
XsltFunctions
), "SubstringAfter");
37
public static readonly MethodInfo Substring2 = GetMethod(typeof(
XsltFunctions
), "Substring", typeof(string), typeof(double));
38
public static readonly MethodInfo Substring3 = GetMethod(typeof(
XsltFunctions
), "Substring", typeof(string), typeof(double), typeof(double));
39
public static readonly MethodInfo NormalizeSpace = GetMethod(typeof(
XsltFunctions
), "NormalizeSpace");
40
public static readonly MethodInfo Translate = GetMethod(typeof(
XsltFunctions
), "Translate");
41
public static readonly MethodInfo Lang = GetMethod(typeof(
XsltFunctions
), "Lang");
44
public static readonly MethodInfo Round = GetMethod(typeof(
XsltFunctions
), "Round");
47
public static readonly MethodInfo SystemProperty = GetMethod(typeof(
XsltFunctions
), "SystemProperty");
48
public static readonly MethodInfo BaseUri = GetMethod(typeof(
XsltFunctions
), "BaseUri");
49
public static readonly MethodInfo OuterXml = GetMethod(typeof(
XsltFunctions
), "OuterXml");
53
public static readonly MethodInfo MSFormatDateTime = GetMethod(typeof(
XsltFunctions
), "MSFormatDateTime");
54
public static readonly MethodInfo MSStringCompare = GetMethod(typeof(
XsltFunctions
), "MSStringCompare");
55
public static readonly MethodInfo MSUtc = GetMethod(typeof(
XsltFunctions
), "MSUtc" );
56
public static readonly MethodInfo MSNumber = GetMethod(typeof(
XsltFunctions
), "MSNumber" );
57
public static readonly MethodInfo MSLocalName = GetMethod(typeof(
XsltFunctions
), "MSLocalName" );
58
public static readonly MethodInfo MSNamespaceUri = GetMethod(typeof(
XsltFunctions
), "MSNamespaceUri" );
61
public static readonly MethodInfo EXslObjectType = GetMethod(typeof(
XsltFunctions
), "EXslObjectType");
435
XsltFunctions
.EXslObjectType(val);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1744
double dblGroupingSize =
XsltFunctions
.Round(XPathConvert.StringToDouble(groupingSize));
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
549
XPathItem propValue =
XsltFunctions
.SystemProperty(qname);