XmlReaderSettings.Reset Method
Resets the members of the settings class to their default values.
Assembly: System.Xml (in System.Xml.dll)
The following table shows initial property values for an instance of XmlReaderSettings.
|
Property |
Initial Value |
|---|---|
|
true . |
|
|
Document . |
|
|
false . |
|
|
false . |
|
|
false . |
|
|
0. |
|
|
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 . |
|
|
true . This property is obsolete. Use DtdProcessing instead. If you had set ProhibitDtd to its default value true set DtdProcessing to Prohibit. If you had set ProhibitDtd to false set DtdProcessing to Parse. |
|
|
An empty XmlSchemaSet object. |
|
|
ProcessIdentityConstraints . |
|
|
None . |
|
|
A new XmlUrlResolver object. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.