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

◆ GetNamespaces()

static XmlNamespaceManager System.Xml.XPath.XPathNavigator.GetNamespaces ( IXmlNamespaceResolver resolver)
inlinestaticpackageinherited

Definition at line 1804 of file XPathNavigator.cs.

1805 {
1806 XmlNamespaceManager xmlNamespaceManager = new XmlNamespaceManager(new NameTable());
1809 {
1810 if (item.Key != "xmlns")
1811 {
1812 xmlNamespaceManager.AddNamespace(item.Key, item.Value);
1813 }
1814 }
1815 return xmlNamespaceManager;
1816 }

References System.Xml.Dictionary, System.item, and System.Xml.XPath.XPathNavigator.NameTable.