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

◆ _namespaceAliasAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._namespaceAliasAttributes
private
Initial value:
= new XsltInput.XsltAttribute[2]
{
new XsltInput.XsltAttribute("stylesheet-prefix", V1Req | V2Req),
new XsltInput.XsltAttribute("result-prefix", V1Req | V2Req)
}

Definition at line 108 of file XsltLoader.cs.

109 {
110 new XsltInput.XsltAttribute("stylesheet-prefix", V1Req | V2Req),
111 new XsltInput.XsltAttribute("result-prefix", V1Req | V2Req)
112 };

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