Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Settings
override
XmlWriterSettings
System.Xml.XmlUtf8RawTextWriter.Settings
get
Definition at line
55
of file
XmlUtf8RawTextWriter.cs
.
56
{
57
get
58
{
59
XmlWriterSettings
xmlWriterSettings
=
new
XmlWriterSettings();
60
xmlWriterSettings.Encoding
=
_encoding
;
61
xmlWriterSettings.OmitXmlDeclaration
=
_omitXmlDeclaration
;
62
xmlWriterSettings.NewLineHandling
=
_newLineHandling
;
63
xmlWriterSettings.NewLineChars
=
_newLineChars
;
64
xmlWriterSettings.CloseOutput
=
_closeOutput
;
65
xmlWriterSettings.ConformanceLevel
= ConformanceLevel.Auto;
66
xmlWriterSettings.CheckCharacters
=
_checkCharacters
;
67
xmlWriterSettings.AutoXmlDeclaration
=
_autoXmlDeclaration
;
68
xmlWriterSettings.Standalone
=
_standalone
;
69
xmlWriterSettings.OutputMethod
=
_outputMethod
;
70
xmlWriterSettings.ReadOnly
=
true
;
71
return
xmlWriterSettings
;
72
}
73
}
System.Xml.XmlUtf8RawTextWriter._checkCharacters
bool _checkCharacters
Definition
XmlUtf8RawTextWriter.cs:45
System.Xml.XmlUtf8RawTextWriter._autoXmlDeclaration
bool _autoXmlDeclaration
Definition
XmlUtf8RawTextWriter.cs:51
System.Xml.XmlUtf8RawTextWriter._encoding
Encoding _encoding
Definition
XmlUtf8RawTextWriter.cs:17
System.Xml.XmlUtf8RawTextWriter._newLineHandling
NewLineHandling _newLineHandling
Definition
XmlUtf8RawTextWriter.cs:37
System.Xml.XmlUtf8RawTextWriter._closeOutput
bool _closeOutput
Definition
XmlUtf8RawTextWriter.cs:39
System.Xml.XmlUtf8RawTextWriter._standalone
XmlStandalone _standalone
Definition
XmlUtf8RawTextWriter.cs:47
System.Xml.XmlUtf8RawTextWriter._newLineChars
string _newLineChars
Definition
XmlUtf8RawTextWriter.cs:43
System.Xml.XmlUtf8RawTextWriter._outputMethod
XmlOutputMethod _outputMethod
Definition
XmlUtf8RawTextWriter.cs:49
System.Xml.XmlUtf8RawTextWriter._omitXmlDeclaration
bool _omitXmlDeclaration
Definition
XmlUtf8RawTextWriter.cs:41
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
XmlUtf8RawTextWriter
Generated by
1.10.0