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

◆ IsPhantomNamespace()

bool System.Xml.Xsl.Xslt.Compiler.IsPhantomNamespace ( string namespaceName)
inline

Definition at line 291 of file Compiler.cs.

292 {
293 if (namespaceName.Length > 0)
294 {
295 return namespaceName[0] == '\0';
296 }
297 return false;
298 }

Referenced by System.Xml.Xsl.Xslt.XsltLoader.ParseOutputMethod(), and System.Xml.Xsl.Xslt.XslAstRewriter.Refactor().