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

◆ WriteStartAttribute() [4/7]

override void System.Xml.XmlBaseWriter.WriteStartAttribute ( string prefix,
XmlDictionaryString localName,
XmlDictionaryString namespaceUri )
inlineinherited

Definition at line 997 of file XmlBaseWriter.cs.

998 {
999 StartAttribute(ref prefix, localName?.Value, namespaceUri?.Value, namespaceUri);
1000 if (!_isXmlnsAttribute)
1001 {
1003 }
1004 }
void StartAttribute([AllowNull] ref string prefix, string localName, string ns, XmlDictionaryString xNs)
void WriteStartAttribute(string prefix, string localName)

References System.Xml.XmlBaseWriter._isXmlnsAttribute, System.Xml.XmlBaseWriter._writer, System.Xml.Dictionary, System.prefix, System.Xml.XmlBaseWriter.StartAttribute(), and System.Xml.XmlNodeWriter.WriteStartAttribute().