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

◆ AddBooleanQuery()

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

Definition at line 602 of file Compiler.cs.

603 {
604 string xpathQuery2 = (XmlCharType.IsOnlyWhitespace(xpathQuery) ? xpathQuery : ("boolean(" + xpathQuery + ")"));
605 return AddQuery(xpathQuery2);
606 }
int AddQuery(string xpathQuery)
Definition Compiler.cs:572

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