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

◆ ApplyImports()

static XslNode System.Xml.Xsl.Xslt.AstFactory.ApplyImports ( QilName mode,
Stylesheet sheet,
XslVersion xslVer )
inlinestatic

Definition at line 14 of file AstFactory.cs.

15 {
16 return new XslNode(XslNodeType.ApplyImports, mode, sheet, xslVer);
17 }
static XslNode XslNode(XslNodeType nodeType, QilName name, string arg, XslVersion xslVer)
Definition AstFactory.cs:9

References System.Xml.Dictionary, and System.Xml.Xsl.Xslt.AstFactory.XslNode().

Referenced by System.Xml.Xsl.Xslt.XsltLoader.XslApplyImports().