C# Class System.Xml.Xsl.Xslt.Scripts

Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
ResolveFunction ( string name, string ns, int numArgs, IErrorHelper errorHelper ) : XmlExtensionFunction
Scripts ( Compiler compiler ) : System.Collections.Generic

Method Details

ResolveFunction() public method

public ResolveFunction ( string name, string ns, int numArgs, IErrorHelper errorHelper ) : XmlExtensionFunction
name string
ns string
numArgs int
errorHelper IErrorHelper
return System.Xml.Xsl.Runtime.XmlExtensionFunction

Scripts() public method

public Scripts ( Compiler compiler ) : System.Collections.Generic
compiler Compiler
return System.Collections.Generic