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

◆ _sortAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._sortAttributes
private
Initial value:
= new XsltInput.XsltAttribute[7]
{
new XsltInput.XsltAttribute("select", V1Opt | V2Opt),
new XsltInput.XsltAttribute("lang", V1Opt | V2Opt),
new XsltInput.XsltAttribute("order", V1Opt | V2Opt),
new XsltInput.XsltAttribute("collation", V1Opt | V2Opt),
new XsltInput.XsltAttribute("stable", V1Opt | V2Opt),
new XsltInput.XsltAttribute("case-order", V1Opt | V2Opt),
new XsltInput.XsltAttribute("data-type", V1Opt | V2Opt)
}

Definition at line 277 of file XsltLoader.cs.

278 {
279 new XsltInput.XsltAttribute("select", V1Opt | V2Opt),
280 new XsltInput.XsltAttribute("lang", V1Opt | V2Opt),
281 new XsltInput.XsltAttribute("order", V1Opt | V2Opt),
282 new XsltInput.XsltAttribute("collation", V1Opt | V2Opt),
283 new XsltInput.XsltAttribute("stable", V1Opt | V2Opt),
284 new XsltInput.XsltAttribute("case-order", V1Opt | V2Opt),
285 new XsltInput.XsltAttribute("data-type", V1Opt | V2Opt)
286 };

Referenced by System.Xml.Xsl.Xslt.XsltLoader.AtomizeAttributes(), and System.Xml.Xsl.Xslt.XsltLoader.XslSort().