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

◆ WriteEndAttribute()

override void System.Xml.HtmlEncodedRawTextWriter.WriteEndAttribute ( )
inlineinherited

Definition at line 204 of file HtmlEncodedRawTextWriter.cs.

205 {
206 if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) != 0)
207 {
209 }
210 else
211 {
213 {
215 _endsWithAmpersand = false;
216 }
218 {
220 }
221 _bufChars[_bufPos++] = '"';
222 }
223 _inAttributeValue = false;
225 }

References System.Xml.XmlEncodedRawTextWriter._attrEndPos, System.Xml.XmlEncodedRawTextWriter._bufChars, System.Xml.XmlEncodedRawTextWriter._bufPos, System.Xml.HtmlEncodedRawTextWriter._currentAttributeProperties, System.Xml.HtmlEncodedRawTextWriter._endsWithAmpersand, System.Xml.XmlEncodedRawTextWriter._inAttributeValue, System.Xml.XmlEncodedRawTextWriter._inTextContent, System.Xml.XmlEncodedRawTextWriter._trackTextContent, System.Xml.XmlEncodedRawTextWriter.ChangeTextContentMark(), System.Xml.HtmlEncodedRawTextWriter.OutputRestAmps(), and System.value.