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

◆ AddStringQuery()

int System.Xml.Xsl.XsltOld.Compiler.AddStringQuery ( string xpathQuery)
inlinepackage

Definition at line 596 of file Compiler.cs.

597 {
598 string xpathQuery2 = (XmlCharType.IsOnlyWhitespace(xpathQuery) ? xpathQuery : ("string(" + xpathQuery + ")"));
599 return AddQuery(xpathQuery2);
600 }
int AddQuery(string xpathQuery)
Definition Compiler.cs:572

References System.Xml.Dictionary, and System.Xml.XmlCharType.IsOnlyWhitespace().