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

◆ Select() [3/3]

virtual XPathNodeIterator System.Xml.XPath.XPathNavigator.Select ( XPathExpression expr)
inlinevirtualinherited

Definition at line 1309 of file XPathNavigator.cs.

1310 {
1311 if (!(Evaluate(expr) is XPathNodeIterator result))
1312 {
1313 throw XPathException.Create(System.SR.Xp_NodeSetExpected);
1314 }
1315 return result;
1316 }
static string Xp_NodeSetExpected
Definition SR.cs:1244
Definition SR.cs:7
virtual object Evaluate(string xpath)

References System.Xml.XPath.XPathException.Create(), System.Xml.XPath.XPathNavigator.Evaluate(), and System.SR.Xp_NodeSetExpected.