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

◆ _copyOfAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._copyOfAttributes
private
Initial value:
= new XsltInput.XsltAttribute[4]
{
new XsltInput.XsltAttribute("select", V1Req | V2Req),
new XsltInput.XsltAttribute("copy-namespaces", V2Opt),
new XsltInput.XsltAttribute("type", V2Opt),
new XsltInput.XsltAttribute("validation", V2Opt)
}

Definition at line 168 of file XsltLoader.cs.

169 {
170 new XsltInput.XsltAttribute("select", V1Req | V2Req),
171 new XsltInput.XsltAttribute("copy-namespaces", V2Opt),
172 new XsltInput.XsltAttribute("type", V2Opt),
173 new XsltInput.XsltAttribute("validation", V2Opt)
174 };

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