Resets the members of the settings class to their default values.
The following table shows initial property values for an instance of System.Xml.XmlReaderSettings.
false.
true.
ConformanceLevel.Document.
0.
0 (There is no limit on the number of characters that result from expanding entities).
0 (There is no limit on the size of the XML document).
null.
DtdProcessing.Prohibit
true. This property is obsolete. Use XmlTextReader.DtdProcessing instead. If you had set XmlReaderSettings.ProhibitDtd to its default value true set XmlTextReader.DtdProcessing to Prohibit. If you had set XmlReaderSettings.ProhibitDtd to false set XmlTextReader.DtdProcessing to Parse.
An empty System.Xml.Schema.XmlSchemaSet object.
System.Xml.Schema.XmlSchemaValidationFlags.ProcessIdentityConstraints.
ValidationType.None.
A new System.Xml.XmlUrlResolver object.