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

◆ LoadContent()

List< XslNode > System.Xml.Xsl.Xslt.XsltLoader.LoadContent ( bool hasSelect)
inlineprivate

Definition at line 1669 of file XsltLoader.cs.

1670 {
1673 CheckError(hasSelect && list.Count != 0, System.SR.Xslt_ElementCntSel, elementName);
1674 if (list.Count != 0)
1675 {
1676 list = LoadEndTag(list);
1677 }
1678 return list;
1679 }
static string Xslt_ElementCntSel
Definition SR.cs:2000
Definition SR.cs:7
void CheckError(bool cond, string res, params string[] args)
List< XslNode > LoadInstructions()
List< XslNode > LoadEndTag(List< XslNode > content)

References System.Xml.Xsl.Xslt.XsltLoader._input, System.Xml.Xsl.Xslt.XsltLoader.CheckError(), System.Collections.Generic.Dictionary< TKey, TValue >.Count, System.Xml.Xsl.Xslt.XsltInput.ElementName, System.list, System.Xml.Xsl.Xslt.XsltLoader.LoadEndTag(), System.Xml.Xsl.Xslt.XsltLoader.LoadInstructions(), and System.SR.Xslt_ElementCntSel.

Referenced by System.Xml.Xsl.Xslt.XsltLoader.XslAttribute(), System.Xml.Xsl.Xslt.XsltLoader.XslComment(), System.Xml.Xsl.Xslt.XsltLoader.XslProcessingInstruction(), System.Xml.Xsl.Xslt.XsltLoader.XslSort(), System.Xml.Xsl.Xslt.XsltLoader.XslValueOf(), and System.Xml.Xsl.Xslt.XsltLoader.XslVarPar().