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

◆ Evaluate()

override object MS.Internal.Xml.XPath.StringFunctions.Evaluate ( XPathNodeIterator nodeIterator)
inline

Definition at line 60 of file StringFunctions.cs.

61 {
62 return _funcType switch
63 {
74 _ => string.Empty,
75 };
76 }
double StringLength(XPathNodeIterator nodeIterator)
string Substring(XPathNodeIterator nodeIterator)
bool Contains(XPathNodeIterator nodeIterator)
string SubstringBefore(XPathNodeIterator nodeIterator)
readonly Function.FunctionType _funcType
string Concat(XPathNodeIterator nodeIterator)
string Normalize(XPathNodeIterator nodeIterator)
static string toString(double num)
string Translate(XPathNodeIterator nodeIterator)
string SubstringAfter(XPathNodeIterator nodeIterator)
bool StartsWith(XPathNodeIterator nodeIterator)

References MS.Internal.Xml.XPath.StringFunctions._funcType, MS.Internal.Xml.XPath.StringFunctions.Concat(), MS.Internal.Xml.XPath.StringFunctions.Contains(), System.Xml.Dictionary, MS.Internal.Xml.XPath.StringFunctions.Normalize(), MS.Internal.Xml.XPath.StringFunctions.StartsWith(), MS.Internal.Xml.XPath.StringFunctions.StringLength(), MS.Internal.Xml.XPath.StringFunctions.Substring(), MS.Internal.Xml.XPath.StringFunctions.SubstringAfter(), MS.Internal.Xml.XPath.StringFunctions.SubstringBefore(), MS.Internal.Xml.XPath.StringFunctions.toString(), and MS.Internal.Xml.XPath.StringFunctions.Translate().

Referenced by MS.Internal.Xml.XPath.StringFunctions.Concat().