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

◆ Compile()

override void System.Xml.Xsl.XsltOld.WithParamAction.Compile ( Compiler compiler)
inlinepackage

Definition at line 10 of file WithParamAction.cs.

11 {
14 if (compiler.Recurse())
15 {
17 compiler.ToParent();
18 if (selectKey != -1 && containedActions != null)
19 {
20 throw XsltException.Create(System.SR.Xslt_VariableCntSel2, nameStr);
21 }
22 }
23 }
static string Xslt_VariableCntSel2
Definition SR.cs:1894
Definition SR.cs:7
void CompileAttributes(Compiler compiler)
void CheckRequiredAttribute(Compiler compiler, object attrValue, string attrName)

References System.Xml.Xsl.XsltOld.CompiledAction.CheckRequiredAttribute(), System.Xml.Xsl.XsltOld.CompiledAction.CompileAttributes(), System.Xml.Xsl.XsltOld.ContainerAction.CompileTemplate(), System.Xml.Xsl.XsltOld.ContainerAction.containedActions, System.Xml.Xsl.XsltException.Create(), System.Xml.Dictionary, System.Xml.Xsl.XsltOld.VariableAction.name, System.Xml.Xsl.XsltOld.VariableAction.nameStr, System.Xml.Xsl.XsltOld.VariableAction.selectKey, and System.SR.Xslt_VariableCntSel2.