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

◆ CompileAttribute()

override bool System.Xml.Xsl.XsltOld.CallTemplateAction.CompileAttribute ( Compiler compiler)
inlinepackagevirtual

Reimplemented from System.Xml.Xsl.XsltOld.CompiledAction.

Definition at line 16 of file CallTemplateAction.cs.

17 {
18 string localName = compiler.Input.LocalName;
19 string value = compiler.Input.Value;
20 if (Ref.Equal(localName, compiler.Atoms.Name))
21 {
22 _name = compiler.CreateXPathQName(value);
23 return true;
24 }
25 return false;
26 }

References System.Xml.Xsl.XsltOld.CallTemplateAction._name, System.Xml.Dictionary, System.Xml.Ref.Equal(), and System.value.