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

◆ XslComment()

XslNode System.Xml.Xsl.Xslt.XsltLoader.XslComment ( )
inlineprivate

Definition at line 1658 of file XsltLoader.cs.

1659 {
1661 string text = ParseStringAttribute(0, "select");
1662 if (text != null)
1663 {
1664 ReportNYI("xsl:comment/@select");
1665 }
1666 return SetInfo(AstFactory.Comment(), LoadContent(text != null), attributes);
1667 }
List< XslNode > LoadContent(bool hasSelect)
string ParseStringAttribute(int attNum, string attName)
static XslNode SetInfo(XslNode to, List< XslNode > content, XsltInput.ContextInfo info)
readonly XsltInput.XsltAttribute[] _commentAttributes

References System.Xml.Xsl.Xslt.XsltLoader._commentAttributes, System.Xml.Xsl.Xslt.XsltLoader._input, System.Xml.Xsl.Xslt.AstFactory.Comment(), System.Xml.Xsl.Xslt.XsltInput.GetAttributes(), System.Xml.Xsl.Xslt.XsltLoader.LoadContent(), System.Xml.Xsl.Xslt.XsltLoader.ParseStringAttribute(), System.Xml.Xsl.Xslt.XsltLoader.ReportNYI(), System.Xml.Xsl.Xslt.XsltLoader.SetInfo(), and System.text.

Referenced by System.Xml.Xsl.Xslt.XsltLoader.LoadInstructions().