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

◆ XslCallTemplate()

XslNode System.Xml.Xsl.Xslt.XsltLoader.XslCallTemplate ( )
inlineprivate

Definition at line 1364 of file XsltLoader.cs.

1365 {
1369 attributes.SaveExtendedLineInfo(_input);
1370 return SetInfo(AstFactory.CallTemplate(name, attributes), content, attributes);
1371 }
readonly XsltInput.XsltAttribute[] _callTemplateAttributes
QilName ParseQNameAttribute(int attNum)
List< XslNode > LoadWithParams(InstructionFlags flags)
static XslNode SetInfo(XslNode to, List< XslNode > content, XsltInput.ContextInfo info)

References System.Xml.Xsl.Xslt.XsltLoader._callTemplateAttributes, System.Xml.Xsl.Xslt.XsltLoader._input, System.Xml.Xsl.Xslt.AstFactory.CallTemplate(), System.Xml.Xsl.Xslt.XsltInput.GetAttributes(), System.Xml.Xsl.Xslt.XsltLoader.LoadWithParams(), System.Xml.Xsl.Xslt.XsltLoader.ParseQNameAttribute(), System.Xml.Xsl.Xslt.XsltInput.ContextInfo.SaveExtendedLineInfo(), and System.Xml.Xsl.Xslt.XsltLoader.SetInfo().

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