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

◆ OutputScopeManager()

System.Xml.Xsl.XsltOld.OutputScopeManager.OutputScopeManager ( XmlNameTable nameTable,
OutKeywords atoms )
inlinepackage

Definition at line 25 of file OutputScopeManager.cs.

26 {
27 _elementScopesStack = new HWStack(10);
29 _atoms = atoms;
31 OutputScope outputScope = (OutputScope)_elementScopesStack.Push();
32 if (outputScope == null)
33 {
34 outputScope = new OutputScope();
36 }
37 outputScope.Init(string.Empty, string.Empty, string.Empty, XmlSpace.None, string.Empty, mixed: false);
38 }
void AddToTop(object o)
Definition HWStack.cs:90
object Push()
Definition HWStack.cs:52

References System.Empty.Empty(), System.Xml.Xsl.XsltOld.OutputScopeManager._atoms, System.Xml.Xsl.XsltOld.OutputScopeManager._defaultNS, System.Xml.Xsl.XsltOld.OutputScopeManager._elementScopesStack, System.Xml.Xsl.XsltOld.OutputScopeManager._nameTable, System.Xml.HWStack.AddToTop(), System.Xml.Dictionary, System.Xml.Xsl.XsltOld.OutKeywords.Empty, and System.Xml.HWStack.Push().