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

◆ IsNamespaceUri() [2/2]

bool System.Xml.XmlBaseReader.XmlNode.IsNamespaceUri ( XmlDictionaryString ns)
inlineinherited

Definition at line 233 of file XmlBaseReader.cs.

234 {
235 if (_qnameType == QNameType.Normal)
236 {
237 return Namespace.IsUri(ns);
238 }
239 return ns.Value == "http://www.w3.org/2000/xmlns/";
240 }

References System.Xml.XmlBaseReader.XmlNode._qnameType, System.Xml.Dictionary, and System.Xml.XmlBaseReader.Namespace.IsUri().