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

◆ Init()

void System.Xml.XmlUtf8RawTextWriterIndent.Init ( XmlWriterSettings settings)
inlineprivate

Definition at line 187 of file XmlUtf8RawTextWriterIndent.cs.

188 {
189 _indentLevel = 0;
190 _indentChars = settings.IndentChars;
191 _newLineOnAttributes = settings.NewLineOnAttributes;
192 _mixedContentStack = new BitStack();
193 if (!_checkCharacters)
194 {
195 return;
196 }
198 {
201 return;
202 }
204 if (_newLineHandling != 0)
205 {
207 }
208 }
void ValidateContentChars(string chars, string propertyName, bool allowOnlyWhitespace)

References System.Xml.XmlUtf8RawTextWriter._checkCharacters, System.Xml.XmlUtf8RawTextWriterIndent._indentChars, System.Xml.XmlUtf8RawTextWriterIndent._indentLevel, System.Xml.XmlUtf8RawTextWriterIndent._mixedContentStack, System.Xml.XmlUtf8RawTextWriter._newLineChars, System.Xml.XmlUtf8RawTextWriter._newLineHandling, System.Xml.XmlUtf8RawTextWriterIndent._newLineOnAttributes, System.Xml.Dictionary, System.Xml.XmlWriterSettings.IndentChars, System.Xml.XmlWriterSettings.NewLineOnAttributes, and System.Xml.XmlUtf8RawTextWriter.ValidateContentChars().

Referenced by System.Xml.XmlUtf8RawTextWriterIndent.XmlUtf8RawTextWriterIndent().