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

◆ _numberAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._numberAttributes
private
Initial value:
= new XsltInput.XsltAttribute[11]
{
new XsltInput.XsltAttribute("value", V1Opt | V2Opt),
new XsltInput.XsltAttribute("select", V2Opt),
new XsltInput.XsltAttribute("level", V1Opt | V2Opt),
new XsltInput.XsltAttribute("count", V1Opt | V2Opt),
new XsltInput.XsltAttribute("from", V1Opt | V2Opt),
new XsltInput.XsltAttribute("format", V1Opt | V2Opt),
new XsltInput.XsltAttribute("lang", V1Opt | V2Opt),
new XsltInput.XsltAttribute("letter-value", V1Opt | V2Opt),
new XsltInput.XsltAttribute("ordinal", V2Opt),
new XsltInput.XsltAttribute("grouping-separator", V1Opt | V2Opt),
new XsltInput.XsltAttribute("grouping-size", V1Opt | V2Opt)
}

Definition at line 192 of file XsltLoader.cs.

193 {
194 new XsltInput.XsltAttribute("value", V1Opt | V2Opt),
195 new XsltInput.XsltAttribute("select", V2Opt),
196 new XsltInput.XsltAttribute("level", V1Opt | V2Opt),
197 new XsltInput.XsltAttribute("count", V1Opt | V2Opt),
198 new XsltInput.XsltAttribute("from", V1Opt | V2Opt),
199 new XsltInput.XsltAttribute("format", V1Opt | V2Opt),
200 new XsltInput.XsltAttribute("lang", V1Opt | V2Opt),
201 new XsltInput.XsltAttribute("letter-value", V1Opt | V2Opt),
202 new XsltInput.XsltAttribute("ordinal", V2Opt),
203 new XsltInput.XsltAttribute("grouping-separator", V1Opt | V2Opt),
204 new XsltInput.XsltAttribute("grouping-size", V1Opt | V2Opt)
205 };

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