System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (9)
253table.Add("current" , new FunctionInfo(FuncId.Current , 0, 0, null));
254table.Add("document" , new FunctionInfo(FuncId.Document , 1, 2, argFnDocument));
255table.Add("key" , new FunctionInfo(FuncId.Key , 2, 2, argFnKey));
256table.Add("format-number" , new FunctionInfo(FuncId.FormatNumber , 2, 3, argFnFormatNumber));
257table.Add("unparsed-entity-uri", new FunctionInfo(FuncId.UnparsedEntityUri, 1, 1, XPathBuilder.argString));
258table.Add("generate-id" , new FunctionInfo(FuncId.GenerateId , 0, 1, XPathBuilder.argNodeSet));
259table.Add("system-property" , new FunctionInfo(FuncId.SystemProperty , 1, 1, XPathBuilder.argString));
260table.Add("element-available" , new FunctionInfo(FuncId.ElementAvailable , 1, 1, XPathBuilder.argString));
261table.Add("function-available" , new FunctionInfo(FuncId.FunctionAvailable, 1, 1, XPathBuilder.argString));