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

◆ IsPhantomName()

bool System.Xml.Xsl.Xslt.Compiler.IsPhantomName ( QilName qname)
inline

Definition at line 300 of file Compiler.cs.

301 {
302 string namespaceUri = qname.NamespaceUri;
303 if (namespaceUri.Length > 0)
304 {
305 return namespaceUri[0] == '\0';
306 }
307 return false;
308 }

References System.Xml.Xsl.Qil.QilName.NamespaceUri.

Referenced by System.Xml.Xsl.Xslt.QilGenerator.CompileCallTemplate(), and System.Xml.Xsl.Xslt.QilGenerator.CompileUseAttributeSet().