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

◆ IsReservedNamespace()

static bool System.Xml.ValidateNames.IsReservedNamespace ( string s)
inlinestaticpackage

Definition at line 254 of file ValidateNames.cs.

255 {
256 if (!s.Equals("http://www.w3.org/XML/1998/namespace"))
257 {
258 return s.Equals("http://www.w3.org/2000/xmlns/");
259 }
260 return true;
261 }

References System.s.

Referenced by System.Xml.ValidateNames.ValidateNameInternal().