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

◆ GetNamespace()

override string System.Xml.DataDocumentXPathNavigator.GetNamespace ( string name)
inlinevirtual

Reimplemented from System.Xml.XPath.XPathNavigator.

Definition at line 92 of file DataDocumentXPathNavigator.cs.

93 {
94 return _curNode.GetNamespace(name);
95 }
string GetNamespace(XmlBoundElement be, string name)

References System.Xml.DataDocumentXPathNavigator._curNode, and System.Xml.XPathNodePointer.GetNamespace().