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

◆ NamespaceXml

XmlAttribute System.Xml.XmlDocument.NamespaceXml
getpackage

Definition at line 329 of file XmlDocument.cs.

330 {
331 get
332 {
333 if (_namespaceXml == null)
334 {
335 _namespaceXml = new XmlAttribute(AddAttrXmlName(strXmlns, strXml, strReservedXmlns, null), this);
337 }
338 return _namespaceXml;
339 }
340 }
XmlAttribute _namespaceXml
XmlName AddAttrXmlName(string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo)

Referenced by System.Xml.DocumentXPathNavigator.MoveToFirstNamespace(), System.Xml.DocumentXPathNavigator.MoveToNamespace(), and System.Xml.DocumentXPathNavigator.MoveToNextNamespace().