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

◆ GetNamespaceURI()

string System.Xml.XPath.XNodeNavigator.GetNamespaceURI ( )
inlineprivate

Definition at line 216 of file XNodeNavigator.cs.

217 {
219 {
220 return xElement.Name.NamespaceName;
221 }
223 {
224 if (_parent != null)
225 {
226 return string.Empty;
227 }
228 return xAttribute.Name.NamespaceName;
229 }
230 return string.Empty;
231 }

References System.Xml.XPath.XNodeNavigator._parent, System.Xml.XPath.XNodeNavigator._source, and System.Xml.Dictionary.