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

◆ SetInfo()

static XslNode System.Xml.Xsl.Xslt.XsltLoader.SetInfo ( XslNode to,
List< XslNode > content,
XsltInput::ContextInfo info )
inlinestaticpackage

Definition at line 2347 of file XsltLoader.cs.

2348 {
2349 to.Namespaces = info.nsList;
2350 SetContent(to, content);
2351 SetLineInfo(to, info.lineInfo);
2352 return to;
2353 }
static XslNode SetLineInfo(XslNode node, ISourceLineInfo lineInfo)
static void SetContent(XslNode node, List< XslNode > content)

References System.Xml.Dictionary, System.info, System.Xml.Xsl.Xslt.XsltLoader.SetContent(), and System.Xml.Xsl.Xslt.XsltLoader.SetLineInfo().

Referenced by System.Xml.Xsl.Xslt.XsltLoader.LoadAttributeSet(), System.Xml.Xsl.Xslt.XsltLoader.LoadFallbacks(), System.Xml.Xsl.Xslt.XsltLoader.LoadKey(), System.Xml.Xsl.Xslt.XsltLoader.LoadLiteralResultElement(), System.Xml.Xsl.Xslt.XsltLoader.LoadTemplate(), System.Xml.Xsl.Xslt.XsltLoader.LoadUnknownXsltInstruction(), System.Xml.Xsl.Xslt.XslAstRewriter.Refactor(), System.Xml.Xsl.Xslt.XsltLoader.XslApplyImports(), System.Xml.Xsl.Xslt.XsltLoader.XslApplyTemplates(), System.Xml.Xsl.Xslt.XsltLoader.XslAttribute(), System.Xml.Xsl.Xslt.XsltLoader.XslCallTemplate(), System.Xml.Xsl.Xslt.XsltLoader.XslChoose(), System.Xml.Xsl.Xslt.XsltLoader.XslComment(), System.Xml.Xsl.Xslt.XsltLoader.XslCopy(), System.Xml.Xsl.Xslt.XsltLoader.XslCopyOf(), System.Xml.Xsl.Xslt.XsltLoader.XslElement(), System.Xml.Xsl.Xslt.XsltLoader.XslForEach(), System.Xml.Xsl.Xslt.XsltLoader.XslIf(), System.Xml.Xsl.Xslt.XsltLoader.XslMessage(), System.Xml.Xsl.Xslt.XsltLoader.XslNumber(), System.Xml.Xsl.Xslt.XsltLoader.XslOtherwise(), System.Xml.Xsl.Xslt.XsltLoader.XslProcessingInstruction(), System.Xml.Xsl.Xslt.XsltLoader.XslSort(), System.Xml.Xsl.Xslt.XsltLoader.XslText(), System.Xml.Xsl.Xslt.XsltLoader.XslValueOf(), and System.Xml.Xsl.Xslt.XsltLoader.XslVarPar().