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

◆ QilExpression()

System.Xml.Xsl.Qil.QilExpression.QilExpression ( QilNodeType nodeType,
QilNode root,
QilFactory factory )
inline

Definition at line 178 of file QilExpression.cs.

179 : base(nodeType)
180 {
181 _factory = factory;
182 _isDebug = factory.False();
183 _defWSet = factory.LiteralObject(new XmlWriterSettings
184 {
185 ConformanceLevel = ConformanceLevel.Auto
186 });
187 _wsRules = factory.LiteralObject(new List<WhitespaceRule>());
188 _gloVars = factory.GlobalVariableList();
189 _gloParams = factory.GlobalParameterList();
190 _earlBnd = factory.LiteralObject(new List<EarlyBoundInfo>());
191 _funList = factory.FunctionList();
192 _rootNod = root;
193 }

References System.Xml.Xsl.Qil.QilExpression._defWSet, System.Xml.Xsl.Qil.QilExpression._earlBnd, System.Xml.Xsl.Qil.QilExpression._factory, System.Xml.Xsl.Qil.QilExpression._funList, System.Xml.Xsl.Qil.QilExpression._gloParams, System.Xml.Xsl.Qil.QilExpression._gloVars, System.Xml.Xsl.Qil.QilExpression._isDebug, System.Xml.Xsl.Qil.QilExpression._rootNod, System.Xml.Xsl.Qil.QilExpression._wsRules, System.Xml.Dictionary, System.Xml.Xsl.Qil.QilFactory.False(), System.Xml.Xsl.Qil.QilFactory.FunctionList(), System.Xml.Xsl.Qil.QilFactory.GlobalParameterList(), System.Xml.Xsl.Qil.QilFactory.GlobalVariableList(), and System.Xml.Xsl.Qil.QilFactory.LiteralObject().