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

◆ GetValueQuery() [2/2]

Query System.Xml.Xsl.XsltOld.Processor.GetValueQuery ( int key,
XsltCompileContext context )
inlinepackage

Definition at line 390 of file Processor.cs.

391 {
392 TheQuery theQuery = _queryStore[key];
393 theQuery.CompiledQuery.CheckErrors();
395 if (context == null)
396 {
397 context = new XsltCompileContext(theQuery._ScopeManager, this);
398 }
399 else
400 {
401 context.Reinitialize(theQuery._ScopeManager, this);
402 }
403 query.SetXsltContext(context);
404 return query;
405 }
readonly List< TheQuery > _queryStore
Definition Processor.cs:44

References System.Xml.Xsl.XsltOld.Processor._queryList, System.Xml.Xsl.XsltOld.Processor._queryStore, System.Xml.Dictionary, System.key, and System.Xml.Xsl.XsltOld.XsltCompileContext.Reinitialize().