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

◆ Element()

static NodeCtor System.Xml.Xsl.Xslt.AstFactory.Element ( string nameAvt,
string nsAvt,
XslVersion xslVer )
inlinestatic

Definition at line 64 of file AstFactory.cs.

65 {
66 return new NodeCtor(XslNodeType.Element, nameAvt, nsAvt, xslVer);
67 }

References System.Xml.Dictionary.

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