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

◆ ConvertToNodeSet()

QilNode System.Xml.Xsl.XPath.XPathQilFactory.ConvertToNodeSet ( QilNode n)
inlineinherited

Definition at line 212 of file XPathQilFactory.cs.

213 {
214 if (n.XmlType.IsNode && n.XmlType.IsNotRtf)
215 {
216 return n;
217 }
218 return XsltConvert(n, XmlQueryTypeFactory.NodeNotRtfS);
219 }

References System.Xml.Dictionary, System.Xml.Xsl.XmlQueryTypeFactory.NodeNotRtfS, and System.Xml.Xsl.Qil.XsltConvert.

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