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

◆ _loadStripSpaceAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._loadStripSpaceAttributes
private
Initial value:
= new XsltInput.XsltAttribute[1]
{
new XsltInput.XsltAttribute("elements", V1Req | V2Req)
}

Definition at line 59 of file XsltLoader.cs.

60 {
61 new XsltInput.XsltAttribute("elements", V1Req | V2Req)
62 };

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