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

◆ CompileAttribute()

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

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

Definition at line 17 of file CopyOfAction.cs.

18 {
19 string localName = compiler.Input.LocalName;
20 string value = compiler.Input.Value;
21 if (Ref.Equal(localName, compiler.Atoms.Select))
22 {
23 _selectKey = compiler.AddQuery(value);
24 return true;
25 }
26 return false;
27 }

References System.Xml.Xsl.XsltOld.CopyOfAction._selectKey, System.Xml.Dictionary, System.Xml.Ref.Equal(), and System.value.