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

◆ Init()

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

Definition at line 193 of file XmlEncodedRawTextWriterIndent.cs.

194 {
195 _indentLevel = 0;
196 _indentChars = settings.IndentChars;
197 _newLineOnAttributes = settings.NewLineOnAttributes;
198 _mixedContentStack = new BitStack();
199 if (!_checkCharacters)
200 {
201 return;
202 }
204 {
207 return;
208 }
210 if (_newLineHandling != 0)
211 {
213 }
214 }
void ValidateContentChars(string chars, string propertyName, bool allowOnlyWhitespace)

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

Referenced by System.Xml.XmlEncodedRawTextWriterIndent.XmlEncodedRawTextWriterIndent(), and System.Xml.XmlEncodedRawTextWriterIndent.XmlEncodedRawTextWriterIndent().