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

◆ _stylesheetAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._stylesheetAttributes
private
Initial value:
= new XsltInput.XsltAttribute[4]
{
new XsltInput.XsltAttribute("version", V1Req | V2Req),
new XsltInput.XsltAttribute("id", V1Opt | V2Opt),
new XsltInput.XsltAttribute("default-validation", V2Opt),
new XsltInput.XsltAttribute("input-type-annotations", V2Opt)
}

Definition at line 46 of file XsltLoader.cs.

47 {
48 new XsltInput.XsltAttribute("version", V1Req | V2Req),
49 new XsltInput.XsltAttribute("id", V1Opt | V2Opt),
50 new XsltInput.XsltAttribute("default-validation", V2Opt),
51 new XsltInput.XsltAttribute("input-type-annotations", V2Opt)
52 };

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