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

◆ IsNamespaceNode()

bool System.Xml.XPathNodePointer.IsNamespaceNode ( XmlNodeType nt,
string ns )
inlineprivate

Definition at line 454 of file XPathNodePointer.cs.

455 {
456 if (nt == XmlNodeType.Attribute)
457 {
458 return ns == "http://www.w3.org/2000/xmlns/";
459 }
460 return false;
461 }

References System.Xml.Dictionary.