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

◆ GetAttribute()

override string System.Xml.DocumentXPathNavigator.GetAttribute ( string localName,
string namespaceURI )
inlinevirtual

Reimplemented from System.Xml.XPath.XPathNavigator.

Definition at line 289 of file DocumentXPathNavigator.cs.

290 {
291 return _source.GetXPAttribute(localName, namespaceURI);
292 }
virtual string GetXPAttribute(string localName, string namespaceURI)
Definition XmlNode.cs:1269

References System.Xml.DocumentXPathNavigator._source, and System.Xml.XmlNode.GetXPAttribute().