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

◆ CompileAttribute()

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

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

Definition at line 24 of file ForEachAction.cs.

25 {
26 string localName = compiler.Input.LocalName;
27 string value = compiler.Input.Value;
28 if (Ref.Equal(localName, compiler.Atoms.Select))
29 {
30 _selectKey = compiler.AddQuery(value);
31 return true;
32 }
33 return false;
34 }

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