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

◆ ToNodeSet() [2/2]

static IList< XPathNavigator > System.Xml.Xsl.Runtime.XsltConvert.ToNodeSet ( XPathItem item)
inlinestatic

Definition at line 164 of file XsltConvert.cs.

165 {
166 return new XmlQueryNodeSequence(ToNode(item));
167 }
static XPathNavigator ToNode(XPathItem item)

References System.item, and System.Xml.Xsl.Runtime.XsltConvert.ToNode().

Referenced by System.Xml.Xsl.Runtime.XmlQueryContext.InvokeXsltLateBoundFunction().