Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Settings
override
XmlWriterSettings
System.Xml.XmlWellFormedWriter.Settings
get
Definition at line
1244
of file
XmlWellFormedWriter.cs
.
1245
{
1246
get
1247
{
1248
XmlWriterSettings settings =
_writer
.
Settings
;
1249
settings.ReadOnly
=
false
;
1250
settings.ConformanceLevel
=
_conformanceLevel
;
1251
if
(
_omitDuplNamespaces
)
1252
{
1253
settings.NamespaceHandling
|= NamespaceHandling.OmitDuplicates;
1254
}
1255
settings.WriteEndDocumentOnClose
=
_writeEndDocumentOnClose
;
1256
settings.ReadOnly
=
true
;
1257
return
settings;
1258
}
1259
}
System.Xml.XmlWellFormedWriter._writer
readonly XmlWriter _writer
Definition
XmlWellFormedWriter.cs:665
System.Xml.XmlWellFormedWriter._omitDuplNamespaces
readonly bool _omitDuplNamespaces
Definition
XmlWellFormedWriter.cs:701
System.Xml.XmlWellFormedWriter._writeEndDocumentOnClose
readonly bool _writeEndDocumentOnClose
Definition
XmlWellFormedWriter.cs:703
System.Xml.XmlWellFormedWriter._conformanceLevel
ConformanceLevel _conformanceLevel
Definition
XmlWellFormedWriter.cs:705
System.Xml.XmlWriter.Settings
virtual ? XmlWriterSettings Settings
Definition
XmlWriter.cs:14
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
XmlWellFormedWriter
Generated by
1.10.0