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

◆ _attributeAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._attributeAttributes
private
Initial value:
= new XsltInput.XsltAttribute[6]
{
new XsltInput.XsltAttribute("name", V1Req | V2Req),
new XsltInput.XsltAttribute("namespace", V1Opt | V2Opt),
new XsltInput.XsltAttribute("select", V2Opt),
new XsltInput.XsltAttribute("separator", V2Opt),
new XsltInput.XsltAttribute("type", V2Opt),
new XsltInput.XsltAttribute("validation", V2Opt)
}

Definition at line 267 of file XsltLoader.cs.

268 {
269 new XsltInput.XsltAttribute("name", V1Req | V2Req),
270 new XsltInput.XsltAttribute("namespace", V1Opt | V2Opt),
271 new XsltInput.XsltAttribute("select", V2Opt),
272 new XsltInput.XsltAttribute("separator", V2Opt),
273 new XsltInput.XsltAttribute("type", V2Opt),
274 new XsltInput.XsltAttribute("validation", V2Opt)
275 };

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