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

◆ ConvertToNode()

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

Definition at line 203 of file XPathQilFactory.cs.

204 {
205 if (n.XmlType.IsNode && n.XmlType.IsNotRtf && n.XmlType.IsSingleton)
206 {
207 return n;
208 }
209 return XsltConvert(n, XmlQueryTypeFactory.NodeNotRtf);
210 }

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

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