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

◆ UseAttributeSet()

static XslNode System.Xml.Xsl.Xslt.AstFactory.UseAttributeSet ( QilName name)
inlinestatic

Definition at line 149 of file AstFactory.cs.

150 {
151 return new XslNode(XslNodeType.UseAttributeSet, name, null, XslVersion.Version10);
152 }
static XslNode XslNode(XslNodeType nodeType, QilName name, string arg, XslVersion xslVer)
Definition AstFactory.cs:9

References System.Xml.Xsl.Xslt.AstFactory.XslNode().

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