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

◆ AtomizeAttributes() [2/2]

void System.Xml.Xsl.Xslt.XsltLoader.AtomizeAttributes ( XsltInput::XsltAttribute[] attributes)
inlineprivate

Definition at line 339 of file XsltLoader.cs.

340 {
341 for (int i = 0; i < attributes.Length; i++)
342 {
343 attributes[i].name = _atoms.NameTable.Add(attributes[i].name);
344 }
345 }
string Add(char[] array, int offset, int length)

References System.Xml.Xsl.Xslt.XsltLoader._atoms, System.Xml.XmlNameTable.Add(), and System.Xml.Xsl.Xslt.KeywordsTable.NameTable.