Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ApplyTemplates() [2/2]

static XslNodeEx System.Xml.Xsl.Xslt.AstFactory.ApplyTemplates ( QilName mode,
string select,
XsltInput::ContextInfo ctxInfo,
XslVersion xslVer )
inlinestatic

Definition at line 19 of file AstFactory.cs.

20 {
21 return new XslNodeEx(XslNodeType.ApplyTemplates, mode, select, ctxInfo, xslVer);
22 }

References System.Xml.Dictionary.

Referenced by System.Xml.Xsl.Xslt.XsltLoader.Load(), and System.Xml.Xsl.Xslt.XsltLoader.XslApplyTemplates().