System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (9)
304table.Add("current", new FunctionInfo(FuncId.Current, 0, 0, null));
305table.Add("document", new FunctionInfo(FuncId.Document, 1, 2, s_argFnDocument));
306table.Add("key", new FunctionInfo(FuncId.Key, 2, 2, s_argFnKey));
307table.Add("format-number", new FunctionInfo(FuncId.FormatNumber, 2, 3, s_argFnFormatNumber));
308table.Add("unparsed-entity-uri", new FunctionInfo(FuncId.UnparsedEntityUri, 1, 1, XPathBuilder.argString));
309table.Add("generate-id", new FunctionInfo(FuncId.GenerateId, 0, 1, XPathBuilder.argNodeSet));
310table.Add("system-property", new FunctionInfo(FuncId.SystemProperty, 1, 1, XPathBuilder.argString));
311table.Add("element-available", new FunctionInfo(FuncId.ElementAvailable, 1, 1, XPathBuilder.argString));
312table.Add("function-available", new FunctionInfo(FuncId.FunctionAvailable, 1, 1, XPathBuilder.argString));