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

◆ CompileMsNodeSet()

QilNode System.Xml.Xsl.Xslt.QilGenerator.CompileMsNodeSet ( QilNode n)
inlineprivate

Definition at line 2726 of file QilGenerator.cs.

2727 {
2728 if (n.XmlType.IsNode && n.XmlType.IsNotRtf)
2729 {
2730 return n;
2731 }
2732 return _f.XsltConvert(n, XmlQueryTypeFactory.NodeSDod);
2733 }
QilNode XsltConvert(QilNode expr, XmlQueryType t)
readonly XsltQilFactory _f

References System.Xml.Xsl.Xslt.QilGenerator._f, System.Xml.Dictionary, System.Xml.Xsl.XmlQueryTypeFactory.NodeSDod, and System.Xml.Xsl.Qil.QilPatternFactory.XsltConvert().

Referenced by System.Xml.Xsl.Xslt.QilGenerator.ResolveFunction().